diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-02 19:43:23 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-02 19:43:23 +0200 |
| commit | 30d85119ba5cda8a23ca99df5af9e94f5391eb78 (patch) | |
| tree | 8efa4848159f5a4b125d9af64a9e9f0817a59682 /public/stylesheets | |
| parent | 706a695ab0a90cec5fc70841570e79fe96e174e6 (diff) | |
Prepare the user list for stacked account flags
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/admin.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index ba6a27f8..82d1d381 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -911,10 +911,17 @@ table.revisions_table tr:hover { | |||
| 911 | display: block; | 911 | display: block; |
| 912 | } | 912 | } |
| 913 | 913 | ||
| 914 | .user_table .user_login svg { | 914 | .user_table .user_login .user_flag_stack { |
| 915 | color: var(--text-muted); | 915 | display: inline-flex; |
| 916 | flex-direction: column; | ||
| 917 | align-items: center; | ||
| 918 | gap: 0.25rem; | ||
| 916 | vertical-align: -0.15em; | 919 | vertical-align: -0.15em; |
| 917 | margin-right: 0.5rem; | 920 | margin-right: 0.5rem; |
| 921 | } | ||
| 922 | |||
| 923 | .user_table .user_login svg { | ||
| 924 | color: var(--text-muted); | ||
| 918 | width: 1rem; | 925 | width: 1rem; |
| 919 | height: 1rem; | 926 | height: 1rem; |
| 920 | } | 927 | } |
