summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-05-14 12:15:24 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-14 12:15:24 +0200
commit3046dabd50c548fe251805f54b2f2c014ceb2ff9 (patch)
tree2f42c790f88345e0c1f1346d987dd6f2a394d819
parent[docs] Add implementation notes for report (Flag) functionality (#1324) (diff)
downloadgotosocial-3046dabd50c548fe251805f54b2f2c014ceb2ff9.tar.xz
[frogend/chore] Update backnextlinks (#1774)
-rw-r--r--web/source/css/profile.css9
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 {