mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00: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:
@@ -11,10 +11,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
@media (max-width: 1130px) {
|
|
||||||
max-width: 60%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 700px) {
|
@media (max-width: 700px) {
|
||||||
height: 95%;
|
height: 95%;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user