Disable editable fields from start

This commit is contained in:
2025-03-11 20:52:11 -04:00
parent aa4c20aa52
commit 0cc1a181b8
3 changed files with 19 additions and 8 deletions

View File

@ -641,4 +641,16 @@ th.sort-desc::after {
width: 100%;
padding: 12px;
font-weight: 500;
}
.menu-controls {
padding: 15px;
text-align: center;
border-bottom: 1px solid var(--border-color);
}
.menu-controls .btn {
width: 100%;
padding: 12px;
font-weight: 500;
}