feat: Renamen functionaliteit aangepast

This commit is contained in:
kodi
2026-03-12 09:38:14 +01:00
parent 8f4263c222
commit 2e897504a8
7 changed files with 324 additions and 10 deletions
+11
View File
@@ -490,6 +490,17 @@ button:disabled {
margin-bottom: 6px;
}
#rename-popup .popup-card {
width: min(520px, calc(100vw - 28px));
}
#rename-input {
width: 100%;
margin-top: 4px;
margin-bottom: 6px;
min-width: 0;
}
.popup-actions {
display: flex;
gap: 8px;