mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-17 04:32:52 +02:00
fix
This commit is contained in:
parent
1fd53fd6e8
commit
6b86304589
@ -69,7 +69,7 @@
|
||||
.repo-grid-tree-sidebar .repo-view-file-tree-sidebar {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.25em;
|
||||
gap: 8px;
|
||||
max-height: 100vh;
|
||||
overflow: hidden;
|
||||
}
|
||||
@ -97,6 +97,10 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.repo-grid-tree-sidebar .repo-button-row {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
.repo-grid-tree-sidebar {
|
||||
grid-template-columns: auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user