mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
[ticket/11552] Compact mode for notifications and pm links
This will hide part of buttons for notifications and pm links in header before switching to responsive mode PHPBB3-11552
This commit is contained in:
@@ -915,3 +915,12 @@ form > p.post-notice strong {
|
||||
.notification_list p.notifications_time {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.compact .icon-notification > a > span, .compact .icon-pm > a > span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.compact .icon-notification > a > strong, .compact .icon-pm > a > strong {
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user