mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-08-11 00:50:39 -04:00
Update files
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
/* Tabcycler hide image */
|
||||
.tabswitcher.list img.visual-list-preview {
|
||||
visibility: collapse;
|
||||
height: 0;
|
||||
min-height: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Tabcycler list */
|
||||
.tabswitcher.list {
|
||||
grid-template-columns: 0px 1fr;
|
||||
grid-template-columns: 1fr;
|
||||
grid-gap: unset;
|
||||
width: 36em;
|
||||
max-height: 80vh;
|
||||
|
||||
Reference in New Issue
Block a user