X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fstatic%2Fcss%2Fsone.css;h=0785d7048cbc3f0bcf46f17793521f14e926106f;hb=76d24c29b6c61193058bd3ca31028c97e5586d7f;hp=da0162284b2d03f53d2ee6f5aa8e5f94529faf4c;hpb=63bd3117470b16325bd808b1b68d5d922a0fe156;p=Sone.git diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index da01622..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 { @@ -324,7 +325,7 @@ textarea { border-top: none; } -#sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea { +#sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea { height: 1.5em; }