diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-11-27 13:26:01 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-11-27 13:26:01 +0000 |
| commit | d21e3d5de28afc1725e256370326f5c119d7a736 (patch) | |
| tree | f7f2045d510646bd6da64217f5de9b802002f0a3 /src/components/settings_modal/admin_tabs/frontends_tab.scss | |
| parent | 18c0cf1845a95db2d0e894d2455cdd4dc545aaf7 (diff) | |
| parent | b707a14b10717e037e564b5f0eab3e0a7ceb0b37 (diff) | |
Merge branch 'admin-dashboard-fixes' into 'develop'
Fixes and minor improvements for admin dashboard
See merge request pleroma/pleroma-fe!1863
Diffstat (limited to 'src/components/settings_modal/admin_tabs/frontends_tab.scss')
| -rw-r--r-- | src/components/settings_modal/admin_tabs/frontends_tab.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/components/settings_modal/admin_tabs/frontends_tab.scss b/src/components/settings_modal/admin_tabs/frontends_tab.scss index e3e04bc6..420d20b3 100644 --- a/src/components/settings_modal/admin_tabs/frontends_tab.scss +++ b/src/components/settings_modal/admin_tabs/frontends_tab.scss @@ -3,6 +3,22 @@ padding: 0; } + .relative { + position: relative; + } + + .overlay { + position: absolute; + background: var(--bg); + // fix buttons showing through + z-index: 2; + opacity: 0.9; + top: 0; + bottom: 0; + left: 0; + right: 0; + } + dd { text-overflow: ellipsis; word-wrap: nowrap; |
