mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
fixed tabs and buttons on mobile
This commit is contained in:
parent
284c840a93
commit
45fe192564
1 changed files with 9 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
right: 0;
|
||||
width: 100%;
|
||||
height: 68px;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -411,6 +412,14 @@
|
|||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: @mobile_breakpoint) {
|
||||
height: 48px;
|
||||
|
||||
.dialog-tab {
|
||||
height: 48px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dialog-head-title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue