From 4bbd92920eb9fc45df6dd14b726e278ddd9aaeca Mon Sep 17 00:00:00 2001 From: Andrii Solianyk Date: Wed, 19 Nov 2025 23:26:01 +0100 Subject: [PATCH] resize works, but not ideal --- index.html | 703 ++++++++++++++++++++++++++++++----------------------- style.css | 10 + 2 files changed, 405 insertions(+), 308 deletions(-) diff --git a/index.html b/index.html index 4a8f4a2..2df493f 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,8 @@ + +
@@ -38,350 +40,435 @@ diff --git a/style.css b/style.css index a6ed88a..41e7805 100644 --- a/style.css +++ b/style.css @@ -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 {