mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-09-18 03:36:02 -04:00
added vivaldi
This commit is contained in:
Executable
+19
@@ -0,0 +1,19 @@
|
||||
/* Tabcycler hide image */
|
||||
.tabswitcher.list img.visual-list-preview {
|
||||
visibility: collapse;
|
||||
height: 0;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
/* Tabcycler list */
|
||||
.tabswitcher.list {
|
||||
grid-template-columns: 0px 1fr;
|
||||
grid-gap: unset;
|
||||
width: 36em;
|
||||
max-height: 80vh;
|
||||
}
|
||||
|
||||
/* Tabcycler hide scrollbar */
|
||||
.tabswitcher.list .listed-tabs::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user