1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Ryan Fox 325a698ebe
Only hide borders on column menus 2021-03-07 02:38:51 +00:00
Ryan Fox ea00e2d684
Scale drafting menu for smaller screens 2021-03-07 02:36:17 +00:00
1 changed files with 27 additions and 2 deletions

View File

@ -173,11 +173,11 @@ span.applink {
margin-bottom: 0;
}
.btn-group-justified .btn-group:first-child > .btn {
.column-menu .btn-group:first-child > .btn {
border-left: none;
}
.btn-group-justified .btn-group:last-child > .btn {
.column-menu .btn-group:last-child > .btn {
border-right: none;
}
@ -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 {