diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/admin.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index be8725d3..a54c47a3 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -137,6 +137,7 @@ input[type=radio] { | |||
| 137 | 137 | ||
| 138 | #wrapper { | 138 | #wrapper { |
| 139 | margin: 0 5px; | 139 | margin: 0 5px; |
| 140 | padding-bottom: calc(2rem + env(safe-area-inset-bottom)); | ||
| 140 | } | 141 | } |
| 141 | 142 | ||
| 142 | @media(min-width:1016px) { | 143 | @media(min-width:1016px) { |
| @@ -846,6 +847,33 @@ table.revisions_table tr:hover { | |||
| 846 | color: var(--text-muted); | 847 | color: var(--text-muted); |
| 847 | } | 848 | } |
| 848 | 849 | ||
| 850 | .user_table td.user_action { | ||
| 851 | width: 1px; | ||
| 852 | white-space: nowrap; | ||
| 853 | text-align: center; | ||
| 854 | } | ||
| 855 | |||
| 856 | .user_table td.user_action a { | ||
| 857 | text-decoration: none; | ||
| 858 | } | ||
| 859 | |||
| 860 | .user_table td.user_action svg { | ||
| 861 | width: 1.25rem; | ||
| 862 | height: 1.25rem; | ||
| 863 | } | ||
| 864 | |||
| 865 | .user_table td.user_action .field_hint svg { | ||
| 866 | color: var(--text-muted); | ||
| 867 | vertical-align: middle; | ||
| 868 | } | ||
| 869 | |||
| 870 | /* Four groups stacked, and the last one needs clearance from the wrapper. */ | ||
| 871 | .user_table { | ||
| 872 | width: 100%; | ||
| 873 | max-width: 44rem; | ||
| 874 | margin-bottom: 1.5rem; | ||
| 875 | } | ||
| 876 | |||
| 849 | .role_choice { | 877 | .role_choice { |
| 850 | display: block; | 878 | display: block; |
| 851 | margin-bottom: 0.35rem; | 879 | margin-bottom: 0.35rem; |
