summaryrefslogtreecommitdiff
path: root/web/source/settings/style.css
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-03-04 11:01:25 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-04 10:01:25 +0000
commit829143d2636d4c0d274bf2ab4559912f472a2bc4 (patch)
treeb28175fadfbd2d02801337975560e522dd8e129b /web/source/settings/style.css
parent[chore] fixed email template to align with the new "Log in" button + separate... (diff)
downloadgotosocial-829143d2636d4c0d274bf2ab4559912f472a2bc4.tar.xz
[feature] Add token review / delete to backend + settings panel (#3845)
Diffstat (limited to 'web/source/settings/style.css')
-rw-r--r--web/source/settings/style.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/web/source/settings/style.css b/web/source/settings/style.css
index 75e7e7e3f..5a85f370e 100644
--- a/web/source/settings/style.css
+++ b/web/source/settings/style.css
@@ -1468,6 +1468,33 @@ button.tab-button {
gap: 1rem;
}
+.tokens-view {
+ .token-info {
+ .info-list {
+ border: none;
+ width: 100%;
+
+ .info-list-entry {
+ background: none;
+ padding: 0;
+ }
+
+ > .info-list-entry > .monospace {
+ font-size: large;
+ }
+ }
+
+ .action-buttons {
+ margin-top: 0.5rem;
+ > .mutation-button
+ > button {
+ font-size: 1rem;
+ line-height: 1rem;
+ }
+ }
+ }
+}
+
.instance-rules {
list-style-position: inside;
margin: 0;