mobile UI

This commit is contained in:
2025-12-30 20:17:35 +01:00
parent 7a272175d9
commit aea2442fd6
7 changed files with 102 additions and 26 deletions

View File

@@ -465,6 +465,8 @@ button {
width: 90%;
position: relative;
border: 1px solid rgba(128, 128, 128, 0.1);
max-height: 85vh;
overflow-y: auto;
}
.help-item {
@@ -781,7 +783,7 @@ button {
display: flex;
align-items: center;
justify-content: center;
background: #2a2a2a;
/* background: #2a2a2a; Removed hardcoded background to respect theme */
min-height: 100px;
/* Reduced to fit on screen */
max-height: 50vh;