diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-10-06 19:00:57 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-10-06 19:00:57 +1100 |
| commit | 36757ad31901cce4bb55f4911a28bb63ee1dee7a (patch) | |
| tree | 0893771af5e973c45d05b6fb62f5bcde5280d75d /Pages/Component/AclDialog.razor.css | |
| parent | 2c6e3aa4456811a3d6412fc10019012a900eb6a0 (diff) | |
| parent | 2c30354c4af308bf9856a3651d9ba3a686eed936 (diff) | |
Merge branch 'security' of gitlab.com:plasmicplexus/HyperBooru-Server into security
Diffstat (limited to 'Pages/Component/AclDialog.razor.css')
| -rw-r--r-- | Pages/Component/AclDialog.razor.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Pages/Component/AclDialog.razor.css b/Pages/Component/AclDialog.razor.css index 74e405f..c9ac518 100644 --- a/Pages/Component/AclDialog.razor.css +++ b/Pages/Component/AclDialog.razor.css @@ -34,6 +34,7 @@ div.principal-select { align-items: center; display: flex; flex-direction: row; + margin-bottom: 16px; } div.principal-select * { @@ -61,16 +62,11 @@ table tr { } table td { - white-space: nowrap; text-overflow: ellipsis; font-size: 8pt; font-family: 'Lucida Console'; } -table td:last-child { - font-size: 12pt; -} - table td:nth-last-child(2) { border-right: none !important; } @@ -79,9 +75,15 @@ table tr:nth-child(2n+1) td:not(:first-child) { background: rgba(255, 255, 255, 0.1); } -table td:nth-child(2n) { +table td:first-child { + width: 1px; +} + +table td:last-child { width: 1px; white-space: nowrap; + text-align: right; + font-size: 12pt; } table td > div { |
