mirror of
https://github.com/friendica/friendica
synced 2024-11-18 09:43:40 +00:00
style notification menu to be more mobile-friendly
This commit is contained in:
parent
3d3cde2aed
commit
343c7faba4
1 changed files with 13 additions and 4 deletions
|
@ -107,11 +107,20 @@ nav ul {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* the top-nav notfication menu
|
|
||||||
Note: the device needs a min display width of 320px */
|
/* the top-nav notfication menu */
|
||||||
#nav-notifications-menu {
|
nav #nav-notifications-linkmenu .menu-popup {
|
||||||
width: 270px;
|
position: fixed;
|
||||||
|
left: 10px;
|
||||||
|
right: 10px;
|
||||||
|
top: 44px;
|
||||||
|
bottom: 10px;
|
||||||
|
width: auto;
|
||||||
|
max-width: none;
|
||||||
|
max-height: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wall-item-container.thread_level_2,
|
.wall-item-container.thread_level_2,
|
||||||
|
|
Loading…
Reference in a new issue