mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: branch page files layout
This commit is contained in:
parent
6b7bed017f
commit
d7d4c4a8a7
1 changed files with 11 additions and 0 deletions
|
|
@ -5,6 +5,17 @@
|
|||
min-width: $github-content-width;
|
||||
}
|
||||
|
||||
#files-bucket,
|
||||
.files-bucket {
|
||||
& > .position-relative.px-4 {
|
||||
width: unset !important;
|
||||
left: unset !important;
|
||||
right: unset !important;
|
||||
margin-left: unset !important;
|
||||
margin-right: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
&[data-with-gitako-spacing='right'] {
|
||||
body {
|
||||
min-width: auto; // it will break layout when too narrow, but at least it makes everything visible
|
||||
|
|
|
|||
Loading…
Reference in a new issue