mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed trash dialog and top panel mobile appearance
This commit is contained in:
parent
72bd1d4f46
commit
7bb319ac8f
2 changed files with 11 additions and 6 deletions
|
@ -344,6 +344,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.trash-buttons {
|
||||
@media (max-width: @mobile_breakpoint) {
|
||||
flex-direction: column;
|
||||
|
||||
.button-group {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.logo-helper {
|
||||
width: 200px;
|
||||
flex-direction: column;
|
||||
|
@ -496,12 +506,7 @@
|
|||
}
|
||||
|
||||
&.top-control {
|
||||
//width: 150px;
|
||||
justify-content: flex-start;
|
||||
|
||||
@media (max-width: @mobile_breakpoint) {
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue