summaryrefslogtreecommitdiffstats
path: root/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 43d4448..eba0e4d 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -335,6 +335,18 @@ nav a i {
font-size: 200%;
}
+.icon-menu .option .handle {
+ margin-right: 20px;
+}
+
+.icon-menu .option .pill {
+ display: inline-block;
+ padding: 5px 8px;
+ background: var(--color-highlight);
+ border-radius: 5px;
+ margin: 0 5px 0 5px;
+}
+
.handle {
vertical-align: middle;
display: inline-block;
@@ -375,6 +387,20 @@ form.follow {
float: right;
margin: 20px 0 0 0;
font-size: 16px;
+ text-align: center;
+}
+
+form.follow.has-reverse {
+ margin-top: 0;
+}
+
+form.follow .reverse-follow {
+ display: block;
+ margin: 0 0 5px 0;
+}
+
+form.follow button {
+ margin: 0;
}
form h1 {