X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=8eb8449df7e792d3b8fdf166b8f3c68a49eb9a89;hp=371a86d5ec095e74674754bbdca97f26ed0c0293;hb=6991fe9edc0e1652b695f9c0b2844bb6a0842c84;hpb=51b657bab41ca6cd21f8d94aafe85b0795acfff8 diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 371a86d..8eb8449 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -239,11 +239,15 @@ textarea { font-weight: bold; } -#sone .post .text { +#sone .post .text, #sone .post .raw-text { display: inline; white-space: pre-wrap; } +#sone .post .text.hidden, #sone .post .raw-text.hidden { + display: none; +} + #sone .post .status-line { margin-top: 0.5ex; font-size: 85%; @@ -254,6 +258,10 @@ textarea { color: rgb(28, 131, 191); } +#sone .show-source, #sone .show-reply-source { + display: inline; +} + #sone .post .bookmarks { display: inline; color: rgb(28, 131, 191);