diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index b064d60e..2c7925d9 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -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; } diff --git a/views/layout.pug b/views/layout.pug index a67bb1d7..4e81e451 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -3,7 +3,7 @@ html head include includes/head.pug block head - body#top + body include includes/navbar.pug main .container