diff options
author | RaindropsSys <contact@minteck.org> | 2023-08-03 23:07:41 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-08-03 23:07:41 +0200 |
commit | 94d7c06feb58b768ae1affdd59f7b6dff827c6b2 (patch) | |
tree | 05d26b7ec69cb693cfd1576fb81ae0ace2d0d912 | |
parent | 5103495a461ed90f23b5ec890dca73935bff0c68 (diff) | |
download | pluralconnect-94d7c06feb58b768ae1affdd59f7b6dff827c6b2.tar.gz pluralconnect-94d7c06feb58b768ae1affdd59f7b6dff827c6b2.tar.bz2 pluralconnect-94d7c06feb58b768ae1affdd59f7b6dff827c6b2.zip |
Updated includes/components/2023ui.inc (automated)
-rw-r--r-- | includes/components/2023ui.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/components/2023ui.inc b/includes/components/2023ui.inc index b69f0f5..7281cfc 100644 --- a/includes/components/2023ui.inc +++ b/includes/components/2023ui.inc @@ -83,6 +83,14 @@ body:not(.modal-open) #menu-bar { z-index: 9999; } + + #app > #member-banner-container, #system-banner-container { + width: 100% !important; + } + + .hpd-item-card div:nth-child(3)::before, .hpd-item-card div:nth-child(3)::after { + color: inherit !important; + } } </style> |