We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52f747 commit 5d32465Copy full SHA for 5d32465
css/kunai/site/sidebar.css
@@ -173,7 +173,9 @@ main[role="main"] .kunai-sidebar.force-legacy {
173
padding: 0;
174
175
$c: rgba(20, 20, 20, 0.1);
176
- box-shadow: 0px 6px 10px -6px $c inset, 0px -6px 10px -6px $c inset;
+ /* box-shadow: 0px 6px 10px -6px $c inset, 0px -6px 10px -6px $c inset; GPUメモリ削減のため無効化 */
177
+ border-top: 1px solid $c;
178
+ border-bottom: 1px solid $c;
179
180
> ul.branch {
181
display: flex;
0 commit comments