mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
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:
parent
2f0ec1a1cd
commit
ddd2d5b4a3
@ -692,23 +692,6 @@ footer {
|
|||||||
min-height: 1.125rem;
|
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 {
|
.names-table {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user