Add style to exception page
This commit is contained in:
parent
41401bb18d
commit
c969635bbc
6 changed files with 32 additions and 5 deletions
|
@ -105,6 +105,9 @@ blockquote {
|
|||
* mobile aside
|
||||
*/
|
||||
@media screen and (max-width: 990px) {
|
||||
body {
|
||||
padding-top: 105px;
|
||||
}
|
||||
aside{
|
||||
position: fixed!important;
|
||||
top: 0!important;
|
||||
|
@ -616,6 +619,10 @@ nav.navbar a, nav.navbar .btn-link {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
#friendica-logo-mask {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
/* Notification Menu */
|
||||
#topbar-first #nav-notifications-menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue