mirror of
https://github.com/friendica/friendica
synced 2024-11-10 23:02:55 +00:00
workaround for topbar-second dropdown menu on mobile
This commit is contained in:
parent
189e34a26d
commit
a5f0ea93d9
1 changed files with 3 additions and 0 deletions
|
@ -1345,6 +1345,9 @@ ul.tabs li {
|
||||||
height: 102%;
|
height: 102%;
|
||||||
transition: all .15s ease;
|
transition: all .15s ease;
|
||||||
}
|
}
|
||||||
|
ul.tabs.visible-xs > li.active {
|
||||||
|
min-width: 150px; /* This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here */
|
||||||
|
}
|
||||||
ul.tabs li a {
|
ul.tabs li a {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
Loading…
Reference in a new issue