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

Loading…
Cancel
Save