fix some minor css and template issue

merge-requests/208/head
fatchan 5 years ago
parent e0f5eb0493
commit 2d65cd4728
  1. 10
      gulp/res/css/style.css
  2. 2
      views/layout.pug

@ -378,10 +378,6 @@ td, th {
word-break: break-word; word-break: break-word;
} }
.action-wrapper {
text-align: left;
}
.flex-center { .flex-center {
align-items: center; align-items: center;
} }
@ -469,6 +465,7 @@ details.actions div {
} }
.action-wrapper { .action-wrapper {
text-align: left;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
@ -582,10 +579,6 @@ option {
font-size: x-small; font-size: x-small;
} }
.post-file-src * {
max-width: 100%;
}
video, img { video, img {
max-height: 90vh; max-height: 90vh;
} }
@ -941,6 +934,7 @@ table.boardtable td:nth-child(6) {
} }
.post-file-src * { .post-file-src * {
max-width: 100%;
visibility: visible; visibility: visible;
} }

@ -3,7 +3,7 @@ html
head head
include includes/head.pug include includes/head.pug
block head block head
body#top body
include includes/navbar.pug include includes/navbar.pug
main main
.container .container

Loading…
Cancel
Save