mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Position the notifications lion relatively to the body.
This commit is contained in:
parent
cbb79e04ce
commit
2ef7fd1d0a
2 changed files with 40 additions and 40 deletions
|
@ -15,8 +15,6 @@ block content
|
|||
}
|
||||
};
|
||||
|
||||
.content.content-alt.project-list-page(ng-controller="ProjectPageController")
|
||||
.project-list-content
|
||||
.announcements(
|
||||
ng-controller="AnnouncementsController"
|
||||
ng-class="{ 'announcements-open': ui.isOpen }"
|
||||
|
@ -56,6 +54,8 @@ block content
|
|||
href
|
||||
ng-click="showAll();"
|
||||
) Show all
|
||||
.content.content-alt.project-list-page(ng-controller="ProjectPageController")
|
||||
.project-list-content
|
||||
|
||||
.row.project-list-row(ng-cloak)
|
||||
.project-list-container(ng-if="projects.length > 0")
|
||||
|
|
|
@ -421,7 +421,7 @@ ul.project-list {
|
|||
|
||||
.announcements {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
bottom: @footer-height;
|
||||
right: 0;
|
||||
height: 150px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue