feat: menu layout

This commit is contained in:
kodi
2026-03-11 13:28:18 +01:00
parent fa9dc00f61
commit 31a42d34c7
6 changed files with 237 additions and 10 deletions
+23 -1
View File
@@ -295,7 +295,29 @@ button:disabled {
#footer-bar {
border-top: 1px solid var(--border);
background: var(--panel);
padding: 4px 10px 2px 10px;
padding: 4px 10px 3px 10px;
display: flex;
flex-direction: column;
align-items: center;
gap: 3px;
}
#function-bar-meta {
margin-bottom: 0;
justify-content: center;
}
#function-bar {
margin-bottom: 0;
justify-content: center;
gap: 5px;
width: 100%;
max-width: 760px;
}
#function-bar button {
min-width: 72px;
padding: 3px 8px;
}
.popup-overlay {