mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: only limit files bucket size when sidebar is open
This commit is contained in:
parent
23732f4db8
commit
3e6e0435a1
1 changed files with 11 additions and 8 deletions
|
|
@ -5,14 +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='left'],
|
||||
&[data-with-gitako-spacing='right'] {
|
||||
#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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue