forked from MapComplete/MapComplete
Fix #691
This commit is contained in:
parent
b9546d8ea6
commit
3fb7cc90fc
12 changed files with 100 additions and 97 deletions
|
@ -1103,10 +1103,6 @@ video {
|
|||
max-height: 2rem;
|
||||
}
|
||||
|
||||
.max-h-6 {
|
||||
max-height: 1.5rem;
|
||||
}
|
||||
|
||||
.w-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -1504,10 +1500,6 @@ video {
|
|||
padding: 0px;
|
||||
}
|
||||
|
||||
.p-1\.5 {
|
||||
padding: 0.375rem;
|
||||
}
|
||||
|
||||
.p-0\.5 {
|
||||
padding: 0.125rem;
|
||||
}
|
||||
|
|
|
@ -9,6 +9,29 @@ Contains tweaks for small screens
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (min-height: 300px) and (min-width: 225px) {
|
||||
.very-small-screen {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
.hidden-on-very-small-screen {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media not screen and (min-height: 300px) and (min-width: 225px) {
|
||||
.very-small-screen {
|
||||
}
|
||||
|
||||
.hidden-on-very-small-screen {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px), only screen and (max-height: 768px) {
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue