diff --git a/public/style.css b/public/style.css index f85ab73..b894ae4 100644 --- a/public/style.css +++ b/public/style.css @@ -692,6 +692,31 @@ input.form-control[type=file] { width: 100%; } +/* Shrink draft column */ +@media only screen and (max-width: 1720px) { + .draft .current-user { + margin-bottom: 10px; + } + .draft .current-user .status-text { + display: none; + } + .draft .draft-visibilities span { + display: none; + } + .container-fluid .column:first-child { + width: 19%; + } + .container-fluid .column:nth-child(even) { + width: 28%; + } + .draft .draft-actions { + flex-wrap: wrap; + } + .draft-actions-charcount { + flex-basis: 100%; + } +} + /* Status text content rules */ .attachment, .hashtag, .ellipsis {