ui: Drop remnants of already removed background images

- Due to their fixed widths they were causing the drop down navigation bar to
placed incorrectly in mobile view.

Tests:

- In mobile view in home, apps, system, and help pages the navbar dropdown
button is placed correctly.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2025-01-04 17:01:29 -08:00 committed by Veiko Aasa
parent 2f0ec1a1cd
commit ddd2d5b4a3
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -692,23 +692,6 @@ footer {
min-height: 1.125rem;
}
/* Button table - Tables with a list of actions as buttons on top */
.index-page .card-list:before,
.apps-page .card-list:before,
.system-page .system-section-title:first-child:before {
position: relative;
width: 25rem;
height: 25rem;
margin-left: -25rem;
margin-bottom: -25rem;
left: 18.75rem;
top: -1.25rem;
content: " ";
background-size: 100%;
background-repeat: no-repeat;
z-index: -1;
}
.names-table {
table-layout: fixed;
overflow-wrap: break-word;