diff options
Diffstat (limited to 'web/source/css')
-rw-r--r-- | web/source/css/profile.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/web/source/css/profile.css b/web/source/css/profile.css index ca4192e11..d0ab7e26d 100644 --- a/web/source/css/profile.css +++ b/web/source/css/profile.css @@ -160,6 +160,24 @@ main { } } +.nothinghere { + margin-left: 1rem; +} + +.backnextlinks { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + + a { + padding: 1rem; + } + + .next { + margin-left: auto; + } +} + .toot, .toot:last-child { box-shadow: $boxshadow; } |