mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Fix size for present and unpresent button on mobile
There is no text on mobile layout
This commit is contained in:
parent
4de2953037
commit
b2f050e552
1 changed files with 3 additions and 0 deletions
|
@ -1113,6 +1113,9 @@ header .collapse {
|
||||||
/* END Sidebar Left */
|
/* END Sidebar Left */
|
||||||
|
|
||||||
@media only screen and (max-device-width: 1024px) {
|
@media only screen and (max-device-width: 1024px) {
|
||||||
|
#presentbutton, #unpresentbutton {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
.nav-link {
|
.nav-link {
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
Loading…
Reference in a new issue