resize works, but not ideal

This commit is contained in:
2025-11-19 23:26:01 +01:00
parent 2adc151e8e
commit 4bbd92920e
2 changed files with 405 additions and 308 deletions

View File

@@ -240,6 +240,16 @@ body {
background: #999;
}
.ui-resizable-handle {
background: #4A90E2;
border: 1px solid #ffffff;
width: 10px;
height: 10px;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
/* Responsive */
@media (max-width: 768px) {
.toolbar {