mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-18 00:37:59 +00:00
Compare commits
5 Commits
bugfix/ext
...
chore/pack
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6dd0bc777 | ||
|
|
55c02385b5 | ||
|
|
6690a3b256 | ||
|
|
c5bb7eb04b | ||
|
|
de99c0b7e9 |
@@ -19,10 +19,10 @@ const Container = twc.div<RotationDivProps>((props) => [
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
export const ExtraCountersGrid = twc.div<RotationDivProps>((props) => [
|
export const ExtraCountersGrid = twc.div<RotationDivProps>((props) => [
|
||||||
'flex absolute flex-grow pointer-events-none',
|
'flex absolute flex-row flex-grow pointer-events-none overflow-x-scroll overflow-y-hidden ',
|
||||||
props.$rotation === Rotation.SideFlipped || props.$rotation === Rotation.Side
|
props.$rotation === Rotation.SideFlipped || props.$rotation === Rotation.Side
|
||||||
? 'flex-col h-full w-auto overflow-y-scroll overflow-x-hidden bottom-auto right-0'
|
? 'flex-col-reverse h-full w-auto bottom-auto right-0'
|
||||||
: 'flex-row w-full overflow-x-scroll overflow-y-hidden bottom-0',
|
: 'w-full bottom-0',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
type ExtraCountersBarProps = {
|
type ExtraCountersBarProps = {
|
||||||
|
|||||||
Reference in New Issue
Block a user