mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 21:08:53 +00:00
[ticket/14018] Fix responsive quick link menus
PHPBB3-14018
This commit is contained in:
parent
f576f42b4d
commit
ae31a604e6
1 changed files with 2 additions and 1 deletions
|
@ -327,6 +327,7 @@ ul.linklist li.responsive-menu {
|
||||||
ul.linklist li.responsive-menu a.responsive-menu-link {
|
ul.linklist li.responsive-menu a.responsive-menu-link {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
|
font-size: 16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
|
@ -1257,7 +1258,7 @@ ul.linklist:after,
|
||||||
}
|
}
|
||||||
|
|
||||||
#quick-links a.responsive-menu-link:before {
|
#quick-links a.responsive-menu-link:before {
|
||||||
font-size: 1.6em;
|
font-size: 16px;
|
||||||
line-height: 16.5px;
|
line-height: 16.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue