mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
parent
223b23ec4a
commit
ea11a7d9af
1 changed files with 6 additions and 0 deletions
|
@ -1028,6 +1028,12 @@ nav {
|
||||||
background: $blue;
|
background: $blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Hide extra space taken up by update notification
|
||||||
|
.update-available main {
|
||||||
|
bottom: 56px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
Modals
|
Modals
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
Loading…
Add table
Reference in a new issue