summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-17 20:04:01 -0700
committerAndrew Godwin2022-11-17 20:04:01 -0700
commitb3072c81ba73a16381366960841b6c294cc1fa6e (patch)
tree707cf2f966dd030fc2a5e866f50711ab87a40870 /static
parentadf2449d373bcd07e2b0ce557beeb1f49d1894e4 (diff)
downloadtakahe-b3072c81ba73a16381366960841b6c294cc1fa6e.tar.gz
takahe-b3072c81ba73a16381366960841b6c294cc1fa6e.tar.bz2
takahe-b3072c81ba73a16381366960841b6c294cc1fa6e.zip
Follows page
Diffstat (limited to 'static')
-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 {