0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-20 10:54:32 +01:00

Reduce repo sidebar width

Reduce it to a value that results in `.repo-home-sidebar-top` and
`.repo-home-sidebar-bottom` having 240px content width, the same as
GitHub.
This commit is contained in:
silverwind 2025-01-15 18:26:49 +01:00
parent 6659a381ea
commit 462cfd4967
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -1,6 +1,6 @@
.repo-grid-filelist-sidebar {
display: grid;
grid-template-columns: auto 300px;
grid-template-columns: auto 254px;
grid-template-rows: auto auto 1fr;
}