diff --git a/CHANGELOG.md b/CHANGELOG.md index c804baeb..139a0872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.37.0](https://github.com/filebrowser/filebrowser/compare/v2.36.3...v2.37.0) (2025-07-08) + + +### Features + +* Translate frontend/src/i18n/en.json in zh_CN ([65bbf44](https://github.com/filebrowser/filebrowser/commit/65bbf44e3c0bff83e64193d46e9d6ad302952276)) +* Translate frontend/src/i18n/en.json in zh_TW ([b28952c](https://github.com/filebrowser/filebrowser/commit/b28952cb2582bd4eb44e91d0676e2803c458cf31)) +* Translate frontend/src/i18n/en.json in zh_TW ([1e96fd9](https://github.com/filebrowser/filebrowser/commit/1e96fd9035d5185dc80970a2826ccb573b5f000e)) + + +### Bug Fixes + +* long file name overlap ([fcb248a](https://github.com/filebrowser/filebrowser/commit/fcb248a5feb7b7404ca5923aae17f6d3f8d3cc96)) +* preview PDF is correctly displayed ([bf73e4d](https://github.com/filebrowser/filebrowser/commit/bf73e4dea3b27c01c8f6e60fb2048e1a2122a70e)) +* Upload progress size calculation ([e423395](https://github.com/filebrowser/filebrowser/commit/e423395ef0bcd106ddc7d460c055b95b5208415e)) + ### [2.36.3](https://github.com/filebrowser/filebrowser/compare/v2.36.2...v2.36.3) (2025-07-06) diff --git a/frontend/src/css/listing.css b/frontend/src/css/listing.css index fa1c01a8..d55fe67c 100644 --- a/frontend/src/css/listing.css +++ b/frontend/src/css/listing.css @@ -195,10 +195,6 @@ html[dir="rtl"] #listing { align-items: center; } -#listing.list .item p.name:not(#listing.list .item.header .name) { - margin-right: -3em; -} - #listing.list .item .name { width: 50%; } @@ -227,18 +223,18 @@ html[dir="rtl"] #listing { border-bottom: 1px solid var(--borderPrimary); } -#listing.list .item.header > div:first-child { - width: 0; +#listing.list .item.header > div { + width: 100%; +} + +#listing.list .item.header .name { + margin-right: 3em; } #listing.list .header a { color: inherit; } -#listing.list .item.header > div:first-child { - width: 0; -} - #listing.list .name { font-weight: normal; word-wrap: break-word; diff --git a/frontend/src/views/files/FileListing.vue b/frontend/src/views/files/FileListing.vue index 60d74169..93853408 100644 --- a/frontend/src/views/files/FileListing.vue +++ b/frontend/src/views/files/FileListing.vue @@ -162,7 +162,6 @@ >
-

+