Smaller swipe arrows
| @@ -969,23 +969,28 @@ body .panelControlBar { | ||
| 969 | 969 | |
| 970 | 970 | /* SWIPE RELATED STYLES*/ |
| 971 | 971 | |
| 972 | +.mes { | |
| 973 | + --swipeCounterHeight: 15px; | |
| 974 | + --swipeCounterMargin: 5px; | |
| 975 | +} | |
| 976 | + | |
| 972 | 977 | .swipe_right, |
| 973 | 978 | .swipe_left { |
| 974 | 979 | heightwidth: 40px25px; |
| 975 | 980 | widthheight: 40px25px; |
| 976 | 981 | opacity: 0.3; |
| 977 | 982 | align-items: center; |
| 978 | 983 | justify-content: center; |
| 979 | 984 | z-index: 9999; |
| 980 | 985 | grid-row-start: 2; |
| 981 | 986 | font-size: 30px20px; |
| 982 | 987 | cursor: pointer; |
| 983 | 988 | align-self: center; |
| 984 | - | |
| 985 | 989 | } |
| 990 | + | |
| 986 | 991 | .swipe_left { |
| 987 | 992 | position: absolute; |
| 988 | -bottom: 15px; | |
| 993 | + bottom: calc(var(--swipeCounterHeight) + var(--swipeCounterMargin)); | |
| 989 | 994 | flex-flow: column; |
| 990 | 995 | } |
| 991 | 996 | |
| @@ -995,17 +1000,19 @@ flex-flow: column; | ||
| 995 | 1000 | bottom: 0; |
| 996 | 1001 | } |
| 997 | 1002 | |
| 998 | - | |
| 999 | 1003 | .swipes-counter { |
| 1000 | 1004 | color: var(--SmartThemeBodyColor); |
| 1001 | 1005 | font-size: 12px; |
| 1002 | 1006 | padding: 0 5px; |
| 1003 | 1007 | font-family: var(--mainFontFamily); |
| 1004 | 1008 | font-weight: 400; |
| 1005 | 1009 | align-self: center; |
| 1006 | 1010 | min-width: 40px; |
| 1007 | 1011 | display: flex; |
| 1008 | 1012 | justify-content: center; |
| 1013 | + opacity: 0.7; | |
| 1014 | + margin-bottom: var(--swipeCounterMargin); | |
| 1015 | + height: var(--swipeCounterHeight); | |
| 1009 | 1016 | } |
| 1010 | 1017 | |
| 1011 | 1018 | .swipe_left { |
| @@ -1015,7 +1022,7 @@ flex-flow: column; | ||
| 1015 | 1022 | |
| 1016 | 1023 | .swipe_right { |
| 1017 | 1024 | right: 5px; |
| 1018 | 1025 | align-self:end center; |
| 1019 | 1026 | } |
| 1020 | 1027 | |
| 1021 | 1028 | .ui-settings { |