1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-25 08:26:52 +00:00

style update to make preview slider move

This commit is contained in:
BurningTreeC 2024-11-10 15:53:36 +01:00
parent 936df822c6
commit 0664df852e

View File

@ -193,7 +193,7 @@ div[class*="tc-sidebar-resizer-identified-"]:not(.tc-main-sidebar-resizer) {
grid-template-columns: calc(100% - <<width>>) <<width>>;
}
.tc-sidebar-resizer.tc-sidebar-resizer-identified-<<identifier>> {
div.tc-sidebar-resizer.tc-sidebar-resizer-identified-<<identifier>> {
left: calc(100% - <<width>> - <<get.theme.metric previewsliderwidth>>);
}