Browse Source
center arrow for token dropdown
Signed-off-by: Robin Appelman <robin@icewind.nl>
pull/2532/head
Robin Appelman
10 years ago
No known key found for this signature in database
GPG Key ID: 425003AC385454C5
1 changed files with
5 additions and
0 deletions
-
settings/css/settings.css
|
|
|
@ -263,6 +263,11 @@ table.nostyle td { padding: 0.2em 0; } |
|
|
|
padding: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
#sessions .token-list div.configure:after, |
|
|
|
#apppasswords .token-list div.configure:after { |
|
|
|
right: 13px; |
|
|
|
} |
|
|
|
|
|
|
|
#sessions .token-list tr.active div.configure > *, |
|
|
|
#apppasswords .token-list tr.active div.configure > *{ |
|
|
|
margin-top: 5px; |
|
|
|
|