1
0
Fork 0

Scale drafting menu for smaller screens

This commit is contained in:
Ryan Fox 2021-03-07 02:36:17 +00:00
parent 7af0fb6e2a
commit ea00e2d684
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
1 changed files with 25 additions and 0 deletions

View File

@ -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 {