summaryrefslogtreecommitdiff
path: root/client/css
diff options
context:
space:
mode:
authorNeo <50623835+neobooru@users.noreply.github.com>2024-04-26 22:16:37 +0200
committerGitHub <noreply@github.com>2024-04-26 22:16:37 +0200
commit4f9d46e1c2c64728c3d13c06b743a92b76a62f4a (patch)
tree83c0a00bdf7e4f2ea7264f049416254a26144c53 /client/css
parent4ec8cb3ba2cd81a9189426d040f08a7f66e5a895 (diff)
parent5596f537442f4a5d43ebc43b1165253bc137da4d (diff)
Merge branch 'master' into better-links
Diffstat (limited to 'client/css')
-rw-r--r--client/css/comment-control.styl4
-rw-r--r--client/css/core-general.styl4
2 files changed, 6 insertions, 2 deletions
diff --git a/client/css/comment-control.styl b/client/css/comment-control.styl
index 0d5959b..21bbf72 100644
--- a/client/css/comment-control.styl
+++ b/client/css/comment-control.styl
@@ -127,6 +127,10 @@ $comment-border-color = #DDD
color: mix($main-color, $inactive-link-color-darktheme)
.comment-content
+ p
+ word-wrap: normal
+ word-break: break-all
+
ul, ol
list-style-position: inside
margin: 1em 0
diff --git a/client/css/core-general.styl b/client/css/core-general.styl
index 3f48e82..d25c5f6 100644
--- a/client/css/core-general.styl
+++ b/client/css/core-general.styl
@@ -300,10 +300,10 @@ a .access-key
background-size: 20px 20px
img
opacity: 0
- width: inherit
+ width: 100%
height: 100%
video
- width: inherit
+ width: 100%
height: 100%
.flexbox-dummy