1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

[ticket/14018] Update CSS for handling quick link menus

PHPBB3-14018
This commit is contained in:
Matt Friedman 2015-07-17 14:35:14 -07:00
parent ae31a604e6
commit d548a2aa3e

View File

@ -327,7 +327,7 @@ ul.linklist li.responsive-menu {
ul.linklist li.responsive-menu a.responsive-menu-link {
display: inline-block;
margin: 0 5px;
font-size: 16px;
font-size: 1.455em;
position: relative;
width: 16px;
line-height: 1.2em;
@ -1258,12 +1258,14 @@ ul.linklist:after,
}
#quick-links a.responsive-menu-link:before {
font-size: 16px;
font-size: 1.455em;
line-height: 16.5px;
}
.compact #quick-links a.responsive-menu-link {
font-size: 0;
width: 0;
overflow: hidden;
white-space: nowrap;
}
.compact .icon-notification > a > span, .compact .icon-pm > a > span {