style fixed

merge-requests/208/head
fatchan 4 years ago
parent 7f9202e18a
commit a0ecbebde6
  1. 4
      gulp/res/css/style.css
  2. 2
      views/custompages/faq.pug

@ -39,7 +39,7 @@ main {
font-style: italic; font-style: italic;
} }
.strikethrough { .strike {
text-decoration: line-through; text-decoration: line-through;
} }
@ -988,9 +988,11 @@ table.boardtable td:nth-child(6) {
background: black; background: black;
width: 100%; width: 100%;
border-left: var(--data-loading) solid darkgreen; border-left: var(--data-loading) solid darkgreen;
transition: all 0.3s ease;
} }
.post-file-src[data-type="image"][data-loading]::after { .post-file-src[data-type="image"][data-loading]::after {
content: attr(data-loading) "%"; content: attr(data-loading) "%";
color: white;
} }
.post-file-src * { .post-file-src * {

@ -130,7 +130,7 @@ block content
tr tr
td ~~strikethrough~~ td ~~strikethrough~~
td td
span.strikethrough strikethrough span.strike strikethrough
tr tr
td ||spoiler text|| td ||spoiler text||
td td

Loading…
Cancel
Save