1
0
Fork 0

Add style to exception page

This commit is contained in:
Hypolite Petovan 2019-05-04 21:54:05 -04:00
commit c969635bbc
6 changed files with 32 additions and 5 deletions

View file

@ -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 {