Merge remote-tracking branch 'upstream/develop' into separated-confirm
This commit is contained in:
commit
37f9af2f24
33 changed files with 650 additions and 427 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