added vivaldi

This commit is contained in:
Stian Lund
2023-06-06 18:38:04 +02:00
parent cff5b1dc65
commit bb07058bcb
108 changed files with 9711 additions and 0 deletions
+19
View File
@@ -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;
}