diff --git a/index.html b/index.html index 941fb76..63af1c9 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@ } .sidebar { width: 6%; + min-width: 75px; background-color: #333; display: flex; flex-direction: column; @@ -28,6 +29,7 @@ } .sidebar-icon { width: 58%; + min-width: 68px; height: auto; margin-bottom: 20px; cursor: pointer; @@ -44,6 +46,7 @@ } .file-explorer { width: 23%; + min-width: 40px; background-color: #252526; color: #fff; padding: 10px;