mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/14018] Fix responsive quick link menus
PHPBB3-14018
This commit is contained in:
parent
f576f42b4d
commit
ae31a604e6
@ -327,6 +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;
|
||||
position: relative;
|
||||
width: 16px;
|
||||
line-height: 1.2em;
|
||||
@ -1257,7 +1258,7 @@ ul.linklist:after,
|
||||
}
|
||||
|
||||
#quick-links a.responsive-menu-link:before {
|
||||
font-size: 1.6em;
|
||||
font-size: 16px;
|
||||
line-height: 16.5px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user