feat: menu layout
This commit is contained in:
+23
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user