mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix(SideBar): .hidden was not working
This commit is contained in:
parent
8bec682eab
commit
1c76f7d5c3
1 changed files with 4 additions and 0 deletions
|
|
@ -125,6 +125,10 @@
|
|||
width: ~'calc((100vw - ' @github-content-width ~') / 2)';
|
||||
}
|
||||
|
||||
&.hidden {
|
||||
.hidden;
|
||||
}
|
||||
|
||||
.gitako-position-content {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue