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

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

Loading…
Cancel
Save