Skip to content

Commit a30b924

Browse files
committed
(style) - Fix rounded btns Day Selector glitch
1 parent 5f2cfb6 commit a30b924

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mobile/src/components/schedule/DaySelector.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ function findDayByLocalDate(localDate: string) {
181181
background: rgba(var(--app-medium-contrast-rgb), 0.5);
182182
}
183183
184+
184185
&-content {
185186
display: flex;
186187
align-items: center;
@@ -201,6 +202,10 @@ function findDayByLocalDate(localDate: string) {
201202
overflow: visible !important;
202203
flex: 1;
203204
205+
&:first-child {
206+
--padding-start: 16px;
207+
}
208+
204209
&:last-child:after {
205210
display: none;
206211
}
@@ -235,7 +240,7 @@ function findDayByLocalDate(localDate: string) {
235240
align-items: center;
236241
height: 44px !important;
237242
width: 44px !important;
238-
--border-radius: 44px;
243+
border-radius: 44px;
239244
--border-width: 1px;
240245
--border-style: solid;
241246
transition: 140ms ease-in-out;

0 commit comments

Comments
 (0)