diff --git a/templates/index.html b/templates/index.html index 6fcec2b..ff38d65 100644 --- a/templates/index.html +++ b/templates/index.html @@ -159,19 +159,6 @@ } .header-logo { display: flex; align-items: center; } .header-logo img { height: 50px; margin-right: 10px; } - #sort-folders-btn { - background: #007bff; - color: white; - border: 1px solid #007bff; - padding: 5px 10px; - border-radius: 3px; - cursor: pointer; - margin-left: 5px; - transition: background 0.2s ease; - } - #sort-folders-btn:hover { - background: #0056b3; - }
@@ -179,7 +166,6 @@