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:
parent
6659a381ea
commit
462cfd4967
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user