mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
drafts: Remove unused css property.
Since width of drafts-container is set to 58% above, this property never gets used.
This commit is contained in:
parent
93e99d0ebd
commit
e7a5588cb3
@ -11,10 +11,6 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@media (max-width: 1130px) {
|
||||
max-width: 60%;
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
height: 95%;
|
||||
max-width: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user