X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=9e44830800ecedbf71ec4f75748ed16501376d5f;hb=d4d356a040c0787b2062c686ee8f02f7b63f0660;hp=0947c72a40bb7e503ad4da6b55e32013932e02ad;hpb=aa5b592e1ced0ca496918699742fa0660b9297d1;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 0947c72..9e44830 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -5,6 +5,10 @@ margin: auto; } +#sone .hidden { + display: none; +} + #sone a { color: inherit; text-decoration: none; @@ -83,7 +87,7 @@ padding: 1ex; } -#sone .post .reply div, #sone .post .time, #sone .post .delete { +#sone .post .reply div, #sone .post .time, #sone .post .delete, #sone .post .show-reply-form { font-size: inherit; /* or else fproxy's css rules will fuck us. */ } @@ -94,6 +98,14 @@ font-size: inherit; } +#sone .post .show-reply-form { + display: inline; +} + +#sone .post .show-reply-form:before { + content: ' ‧ '; +} + #sone .post .reply .status-line .delete { float: none; display: inline;