diff options
| author | Neo <50623835+neobooru@users.noreply.github.com> | 2024-04-26 22:16:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-26 22:16:37 +0200 |
| commit | 4f9d46e1c2c64728c3d13c06b743a92b76a62f4a (patch) | |
| tree | 83c0a00bdf7e4f2ea7264f049416254a26144c53 /client/css | |
| parent | 4ec8cb3ba2cd81a9189426d040f08a7f66e5a895 (diff) | |
| parent | 5596f537442f4a5d43ebc43b1165253bc137da4d (diff) | |
Merge branch 'master' into better-links
Diffstat (limited to 'client/css')
| -rw-r--r-- | client/css/comment-control.styl | 4 | ||||
| -rw-r--r-- | client/css/core-general.styl | 4 |
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 |