diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-27 21:12:02 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-27 21:12:02 +0500 |
| commit | 9f1906c4cbb9878c5888723b7923fa8e4bebb51f (patch) | |
| tree | 25f838ee0bb91f2a14d061906dde96967dd72a95 /public/static | |
| parent | 00ab9aeaf0eac4c82e6480faee70add916db514f (diff) | |
feat: roles
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index 099764f..0183846 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -401,6 +401,19 @@ a.box:hover { gap: 16px; } +.badge { + padding: 2px 8px; + border-radius: 4px; + border-width: 1px; + border-style: solid; +} + +.badge img { + max-width: 16px; + max-height: 16px; + vertical-align: middle; +} + .row { display: flex; flex-direction: row; |
