mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
antoher icon for map catalogue
This commit is contained in:
parent
18da8c9238
commit
017d2c75b6
4 changed files with 16 additions and 3 deletions
|
@ -69,7 +69,7 @@
|
|||
border-radius: @panel_radius;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 68px;
|
||||
width: 100%;
|
||||
height: 68px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -125,6 +125,9 @@ body {
|
|||
.desktop-only { display: none; }
|
||||
}
|
||||
|
||||
@media (min-width: @mobile_breakpoint) {
|
||||
.mobile-only { display: none; }
|
||||
}
|
||||
|
||||
h2 {
|
||||
font: inherit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue