test: remove scrollbar and photoswipe

This commit is contained in:
radishzzz 2025-05-15 02:16:55 +01:00
parent 433dea51d6
commit 0e5905aaa3
11 changed files with 42 additions and 30 deletions

View file

@ -122,11 +122,14 @@ document.addEventListener('astro:page-load', initWaline)
--at-apply: 'start-0 rounded border-secondary/25';
}
#waline .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar {
--at-apply: 'w-1.2';
--at-apply: 'w-1.25';
}
#waline .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-thumb {
--at-apply: 'bg-secondary/25';
}
#waline .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-thumb:hover {
--at-apply: 'bg-secondary/40';
}
#waline .wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-track-piece {
--at-apply: 'bg-transparent';
}