Updated schedule post responsiveness
This commit is contained in:
parent
f151ce9844
commit
1f7432bb73
@ -5271,7 +5271,12 @@ noscript {
|
||||
border: 1px solid #ccc;
|
||||
line-height: 22px;
|
||||
padding-left: 6px;
|
||||
width: 165px;
|
||||
width: 165px;
|
||||
|
||||
@media (max-width: 580px) {
|
||||
width: 146px;
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.react-datepicker-popper {
|
||||
|
@ -248,6 +248,7 @@
|
||||
flex: 0 0 auto;
|
||||
.compose-form__buttons {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
.compose-form__upload-button-icon {line-height: 27px;}
|
||||
.compose-form__sensitive-button {
|
||||
display: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user