File tree Expand file tree Collapse file tree 2 files changed +20
-13
lines changed
lib/index/sections/workouts Expand file tree Collapse file tree 2 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 25
25
target =" _blank"
26
26
>
27
27
<Scrolling >
28
- <h4 >{workout .name }</h4 >
28
+ <h4 class = "workout-name" >{workout .name }</h4 >
29
29
</Scrolling >
30
30
<div class =" platform-icon" >
31
31
{#if workout .platform === ' strava' }
99
99
}
100
100
101
101
@media (max-width : 500px ) {
102
+ .workout-name {
103
+ font-size : 1.4rem ;
104
+ }
105
+
106
+ .platform-icon {
107
+ width : 19px ;
108
+ height : 19px ;
109
+ }
110
+
102
111
.time {
103
112
font-size : 12.5px ;
104
113
}
Original file line number Diff line number Diff line change 11
11
</script >
12
12
13
13
<Card padding =" 0" >
14
- <div class =" container" >
15
- <div class =" header" >
16
- <p class ="cache-name" >{name } Cache</p >
17
- {#if updated }
18
- <p class =" online" >ONLINE</p >
19
- {:else }
20
- <p class =" offline" >OFFLINE</p >
21
- {/if }
22
- </div >
14
+ <div class =" header" >
15
+ <p class ="cache-name" >{name } Cache</p >
16
+ {#if updated }
17
+ <p class =" online" >ONLINE</p >
18
+ {:else }
19
+ <p class =" offline" >OFFLINE</p >
20
+ {/if }
23
21
</div >
24
22
<div class =" refresh" >
25
23
<div class =" refresh-icon" >
84
82
}
85
83
86
84
.refresh {
87
- padding : 20 px 10px ;
88
- padding-bottom : 15 px ;
85
+ padding : 15 px 10px ;
86
+ padding-bottom : 10 px ;
89
87
display : flex ;
90
88
gap : 10px ;
91
89
align-items : center ;
103
101
104
102
.updated {
105
103
color : grey ;
106
- padding : 5px ;
104
+ padding-bottom : 5px ;
107
105
display : flex ;
108
106
align-items : center ;
109
107
justify-content : center ;
You can’t perform that action at this time.
0 commit comments