X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=0785d7048cbc3f0bcf46f17793521f14e926106f;hb=76d24c29b6c61193058bd3ca31028c97e5586d7f;hp=3d0ac5c9dd28ca954437879201359222a4445aa0;hpb=ea6f0be905e2e4ee185cdaba10e16ab9b20f17c8;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 3d0ac5c..0785d70 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -110,6 +110,7 @@ textarea { #sone .post { padding: 1ex 0px; border-bottom: solid 1px #ccc; + clear: both; } #sone .post:last-child { @@ -239,6 +240,10 @@ textarea { padding: 0.5ex; } +#sone .sone .id { + display: none; +} + #sone .sone .profile-link { display: block; } @@ -320,11 +325,7 @@ textarea { border-top: none; } -#sone #add-sone textarea { - height: 1.5em; -} - -#sone #create-sone textarea { +#sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea { height: 1.5em; }