diff --git a/templates/index.html b/templates/index.html index 1462fef..3beab64 100644 --- a/templates/index.html +++ b/templates/index.html @@ -146,7 +146,7 @@ min-width: 14px; text-align: center; } .tools-panel { - display: none; position: absolute; bottom: 100%; right: 0; margin-bottom: 8px; + display: none; position: absolute; bottom: 100%; left: 0; margin-bottom: 8px; background: white; border: 1px solid #e0e0e0; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.15); min-width: 180px; z-index: 100; } @@ -230,8 +230,7 @@