Fix Safari dialog flex-shrink

This commit is contained in:
Chen-I Lim 2020-11-20 11:35:56 -08:00
parent f87c811fbc
commit 0d2311fdc5
2 changed files with 6 additions and 3 deletions

View file

@ -35,6 +35,9 @@
bottom: 0;
}
> * {
flex-shrink: 0;
}
> .banner {
background-color: rgba(230, 220, 192, 0.9);
text-align: center;

View file

@ -194,10 +194,10 @@ hr {
width: 100%;
@media not screen and (max-width: 768px) {
@media not screen and (max-width: 975px) {
padding-right: 126px;
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 975px) {
padding-right: 10px;
}
@ -217,7 +217,7 @@ hr {
padding-top: 10px;
padding-right: 10px;
@media not screen and (max-width: 768px) {
@media not screen and (max-width: 975px) {
width: 126px;
}
}