mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
UI: Decrease content padding top on small screens (#4749)
If the viewport height is less than 800px, decrease the content padding top for breakpoints L and on.
This commit is contained in:
parent
98d62e826b
commit
d6e5ee2851
@ -676,6 +676,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) and (max-height: 799px) {
|
||||
:root {
|
||||
--content-padding-top: 1.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 449px) {
|
||||
#StoreSelector {
|
||||
max-width: 40vw;
|
||||
|
Loading…
Reference in New Issue
Block a user