Scale drafting menu for smaller screens
This commit is contained in:
parent
7af0fb6e2a
commit
ea00e2d684
@ -692,6 +692,31 @@ input.form-control[type=file] {
|
|||||||
width: 100%;
|
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 */
|
/* Status text content rules */
|
||||||
|
|
||||||
.attachment, .hashtag, .ellipsis {
|
.attachment, .hashtag, .ellipsis {
|
||||||
|
Loading…
Reference in New Issue
Block a user