1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2025-12-29 11:45:20 -05:00
Files
pathduck.github.io/vivaldi/mods/CSS/tabcycler.css
2023-06-06 18:38:04 +02:00

20 lines
354 B
CSS
Executable File

/* 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;
}