why wasnt this done before?

jschan
Thomas Lynch 3 years ago
parent 833cb6ffa1
commit 1dd322e4ef
No known key found for this signature in database
GPG Key ID: 36A72F7C62CF8480
  1. 19
      gulp/res/css/style.css

@ -136,11 +136,10 @@ pre {
} }
.code, .mono { .code, .mono {
background: var(--darken); background: var(--darken);
padding: 2px; padding: 2px;
font-family: monospace; font-family: monospace;
max-width: max-content; max-width: calc(100vw - 50px);
max-width: -moz-max-content;
} }
.edit { .edit {
background: transparent!important; background: transparent!important;
@ -844,11 +843,13 @@ option {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
vertical-align: bottom; vertical-align: bottom;
word-break: break-all;
white-space: nowrap;
} }
/*.post-file-info .filename:hover { /*.post-file-info .filename:hover {
word-break: break-all; word-break: break-all;
display: inline; white-space: unset;
}*/ }*/
video, img { video, img {
@ -1530,10 +1531,6 @@ row.wrap.sb .col {
max-width: 150px; max-width: 150px;
} }
.post-file-info .filename {
max-width: 130px;
}
iframe.bypass { iframe.bypass {
height: 100vh; height: 100vh;
width: 100vw; width: 100vw;

Loading…
Cancel
Save