Make “follow”, “unfollow”, “block” and “unblock” buttons dynamic.
[Sone.git] / src / main / resources / static / css / sone.css
index 503555e..79c91b8 100644 (file)
@@ -294,6 +294,10 @@ textarea {
        bottom: -0.5ex
 }
 
+#sone .sone form.hidden {
+       display: none;
+}
+
 #sone .sone form.block button, #sone .sone form.unblock button, #sone .sone form.follow button, #sone .sone form.unfollow button {
        display: inline;
        color: rgb(28, 131, 191);