mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
no tooltips on mobile
This commit is contained in:
parent
c3f22473c9
commit
f24f43b71c
1 changed files with 4 additions and 0 deletions
|
@ -157,6 +157,10 @@
|
|||
font-size: 13px;
|
||||
color: white;
|
||||
|
||||
@media (max-width: @mobile_breakpoint) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: ' ';
|
||||
width: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue