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(
|
.announcements(
|
||||||
ng-controller="AnnouncementsController"
|
ng-controller="AnnouncementsController"
|
||||||
ng-class="{ 'announcements-open': ui.isOpen }"
|
ng-class="{ 'announcements-open': ui.isOpen }"
|
||||||
|
@ -56,6 +54,8 @@ block content
|
||||||
href
|
href
|
||||||
ng-click="showAll();"
|
ng-click="showAll();"
|
||||||
) Show all
|
) Show all
|
||||||
|
.content.content-alt.project-list-page(ng-controller="ProjectPageController")
|
||||||
|
.project-list-content
|
||||||
|
|
||||||
.row.project-list-row(ng-cloak)
|
.row.project-list-row(ng-cloak)
|
||||||
.project-list-container(ng-if="projects.length > 0")
|
.project-list-container(ng-if="projects.length > 0")
|
||||||
|
|
|
@ -421,7 +421,7 @@ ul.project-list {
|
||||||
|
|
||||||
.announcements {
|
.announcements {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: @footer-height;
|
||||||
right: 0;
|
right: 0;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue