File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
}
19
19
20
20
* [class *= 'Timer' ] span {
21
+ /* FUCK WINDOWS */
22
+ margin-bottom : 10px ;
21
23
color : var (--timer-color );
22
24
text-shadow : 0 0 var (--timer-glow ) var (--timer-color );
23
25
/*box-shadow: 0 0 10px var(--timer-color);*/
Original file line number Diff line number Diff line change 45
45
// width: ([2, 5].includes(i)) ? undefined : '0.75em',
46
46
// 'text-align': 'center',
47
47
// Make the colon appear more towards the centre.
48
- 'margin-top': ([2, 5].includes(i)) ? '-0.2em' : '-4px' ,
48
+ 'margin-top': ([2, 5].includes(i)) ? '-0.2em' : undefined ,
49
49
}"
50
50
>
51
51
{{ char }}
@@ -118,8 +118,6 @@ export default class extends Vue {
118
118
119
119
<style lang="scss" scoped>
120
120
span {
121
- display : inline-flex ;
122
121
font-variant-numeric : tabular-nums ;
123
- font-stretch : condensed ;
124
122
}
125
123
</style >
You can’t perform that action at this time.
0 commit comments