From b3072c81ba73a16381366960841b6c294cc1fa6e Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 17 Nov 2022 20:04:01 -0700 Subject: Follows page --- static/css/style.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'static/css') 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 { -- cgit v1.2.3