Skip to content

Instantly share code, notes, and snippets.

View quartz1216's full-sized avatar

quartz_1216 quartz1216

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@quartz1216
quartz1216 / shit.css
Created March 27, 2025 04:25
メインバーを垂直タブバーの幅に合わせるカスタムCSS
div#browser:has(.tabbar-workspace-button[style="width: 0px;"]) {--Width: 0px;}
div#browser:has(.tabbar-workspace-button[style="width: 1px;"]) {--Width: 1px;}
div#browser:has(.tabbar-workspace-button[style="width: 2px;"]) {--Width: 2px;}
div#browser:has(.tabbar-workspace-button[style="width: 3px;"]) {--Width: 3px;}
div#browser:has(.tabbar-workspace-button[style="width: 4px;"]) {--Width: 4px;}
div#browser:has(.tabbar-workspace-button[style="width: 5px;"]) {--Width: 5px;}
div#browser:has(.tabbar-workspace-button[style="width: 6px;"]) {--Width: 6px;}
div#browser:has(.tabbar-workspace-button[style="width: 7px;"]) {--Width: 7px;}
div#browser:has(.tabbar-workspace-button[style="width: 8px;"]) {--Width: 8px;}
div#browser:has(.tabbar-workspace-button[style="width: 9px;"]) {--Width: 9px;}