File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
mobile/src/components/schedule Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments