fix: branch page files layout

This commit is contained in:
EnixCoda 2024-09-23 21:39:45 +08:00
parent 6b7bed017f
commit d7d4c4a8a7

View file

@ -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