mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-14 18:17:33 +02:00
Fix Safari dialog flex-shrink
This commit is contained in:
parent
f87c811fbc
commit
0d2311fdc5
@ -35,6 +35,9 @@
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
> * {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
> .banner {
|
||||
background-color: rgba(230, 220, 192, 0.9);
|
||||
text-align: center;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user