diff options
author | 2023-05-14 12:15:24 +0200 | |
---|---|---|
committer | 2023-05-14 12:15:24 +0200 | |
commit | 3046dabd50c548fe251805f54b2f2c014ceb2ff9 (patch) | |
tree | 2f42c790f88345e0c1f1346d987dd6f2a394d819 /web/source/css | |
parent | [docs] Add implementation notes for report (Flag) functionality (#1324) (diff) | |
download | gotosocial-3046dabd50c548fe251805f54b2f2c014ceb2ff9.tar.xz |
[frogend/chore] Update backnextlinks (#1774)
Diffstat (limited to 'web/source/css')
-rw-r--r-- | web/source/css/profile.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/source/css/profile.css b/web/source/css/profile.css index de2fe49b4..cf58713cb 100644 --- a/web/source/css/profile.css +++ b/web/source/css/profile.css @@ -219,6 +219,15 @@ border-bottom-right-radius: $br; } } + + .backnextlinks { + display: flex; + justify-content: space-between; + + .next { + margin-left: auto; + } + } } .profile .about-user { |