diff --git a/CHANGELOG.md b/CHANGELOG.md index acf6e40..3cd3be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ - `shareFolder.php` updated to display format size. - Fix to prevent the filename text from overflowing its container in the gallery view. + - Reduced header height. + - Create Folder changed to Material Icon `edit` --- diff --git a/css/styles.css b/css/styles.css index c44c765..2eab649 100644 --- a/css/styles.css +++ b/css/styles.css @@ -69,7 +69,7 @@ body { align-items: center; justify-content: space-between; width: 100%; - height: 80px; + height: 65px; padding: 10px 20px; background-color: #2196F3; transition: background-color 0.3s ease; @@ -82,13 +82,13 @@ body.dark-mode .header-container { } .header-logo { - max-height: 70px; + max-height: 60px; width: auto; display: block; } .header-logo svg { - height: 70px; + height: 60px; width: auto; } @@ -650,12 +650,15 @@ body.dark-mode .editor-header { } #uploadBtn { - margin-top: 20px; font-size: 20px; padding: 10px 22px; align-items: center; } +.card-body.d-flex.flex-column { + padding: 0.75rem !important; +} + #customChooseBtn { background-color: #9E9E9E; color: #fff; @@ -1945,12 +1948,12 @@ body.dark-mode #folderContextMenu { transition: transform 0.3s ease, opacity 0.3s ease; width: 100%; margin-bottom: 20px; - min-height: 353px; + min-height: 320px; } #uploadFolderRow.highlight { - min-height: 353px; + min-height: 320px; margin-bottom: 20px; } diff --git a/index.html b/index.html index b486374..1943aac 100644 --- a/index.html +++ b/index.html @@ -245,8 +245,9 @@