Fix action icon wrapping
This commit is contained in:
parent
0e7ff1c78f
commit
52f012daf5
|
@ -176,6 +176,11 @@ a:hover {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* keep all icons on the same row */
|
||||||
|
.entry-actions {
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
||||||
.header-version,
|
.header-version,
|
||||||
.entry-version {
|
.entry-version {
|
||||||
max-width: var(--narrow-column);
|
max-width: var(--narrow-column);
|
||||||
|
@ -781,7 +786,12 @@ details.applies-to-extra[open] {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1000px) {
|
@media (max-width: 1000px) {
|
||||||
|
.entry-actions {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
.invisible {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Deprecated dropbox backup (dropbox-sync) */
|
/* Deprecated dropbox backup (dropbox-sync) */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user