mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Better small screen support
This commit is contained in:
parent
05fe1cb87c
commit
566ac33401
1 changed files with 8 additions and 0 deletions
|
|
@ -632,6 +632,14 @@
|
|||
box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.1) !important;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.is-sticky {
|
||||
max-width: 200px;
|
||||
max-height: 110px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@keyframes fadeInUp {
|
||||
0% {
|
||||
opacity: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue