Merge pull request #2500 from fabrixxm/feature_mobile_notification_menu

style notification menu to be more mobile-friendly
This commit is contained in:
Tobias Diekershoff 2016-05-02 15:20:56 +02:00
commit 3a819e3630

View file

@ -111,11 +111,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,