diff options
Diffstat (limited to 'styles')
-rw-r--r-- | styles/client/card.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/styles/client/card.css b/styles/client/card.css index b19b17a..9e7c558 100644 --- a/styles/client/card.css +++ b/styles/client/card.css @@ -173,8 +173,8 @@ deck[mode="strip-hr"] > card { } deck[mode="strip-hl"], deck[mode="strip-hr"] { - width: calc(var(--ccount) * 75px + 160px); - left: calc(var(--x) * (100vw - (var(--ccount) * 75px + 160px))); + width: calc(var(--ccount) * 75px + 166px); + left: calc(var(--x) * (100vw - (var(--ccount) * 75px + 166px))); } @@ -187,6 +187,6 @@ deck[mode="strip-vd"] > card { } deck[mode="strip-vu"], deck[mode="strip-vd"] { - height: calc(var(--ccount) * 115px + 240px); - top: calc(var(--y) * (100vh - (var(--ccount) * 115px + 240px))); + height: calc(var(--ccount) * 115px + 250px); + top: calc(var(--y) * (100vh - (var(--ccount) * 115px + 250px))); } |