menue verschoben.
This commit is contained in:
parent
b7dd310a87
commit
a4e096d174
@ -84,6 +84,36 @@
|
||||
background: #c8960c;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* ── Quick Menu: immer sichtbar, unten, horizontal ── */
|
||||
#quickmenu-toggle {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#quickmenu-panel {
|
||||
position: fixed !important;
|
||||
bottom: 0 !important;
|
||||
left: 50% !important;
|
||||
transform: translateX(-50%) !important;
|
||||
top: auto !important;
|
||||
right: auto !important;
|
||||
|
||||
display: flex !important;
|
||||
flex-direction: row !important;
|
||||
flex-wrap: nowrap !important;
|
||||
align-items: flex-end !important;
|
||||
gap: 6px !important;
|
||||
|
||||
padding: 8px 12px !important;
|
||||
|
||||
transition: none !important;
|
||||
transform: translateX(-50%) !important;
|
||||
}
|
||||
|
||||
#quickmenu-panel.hidden,
|
||||
#quickmenu-panel[style*="display: none"] {
|
||||
display: flex !important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user