Commit e6bf4e0 1 parent 2384b72 commit e6bf4e0 Copy full SHA for e6bf4e0
File tree 3 files changed +29
-7
lines changed
3 files changed +29
-7
lines changed Original file line number Diff line number Diff line change 1
1
@use ' ../../scss-partials/ft-list-item' ;
2
2
3
+ .infoAndSubscribe {
4
+ display : flex ;
5
+ flex-flow : row wrap ;
6
+ justify-content : center ;
7
+ inline-size : 100% ;
8
+ }
9
+
3
10
.ft-list-channel {
4
11
& .grid {
5
12
align-items : center ;
6
13
text-align : center ;
7
14
8
15
.infoAndSubscribe {
9
- display : flex ;
10
- justify-content : center ;
11
- inline-size : 100% ;
12
16
flex-flow : column wrap ;
13
17
align-items : center ;
14
18
24
28
25
29
& .list {
26
30
.infoAndSubscribe {
27
- flex-flow : row wrap ;
28
- justify-content : center ;
29
-
30
31
.channelSubscribeButton {
31
32
margin-block : auto ;
32
33
margin-inline : 7px ;
Original file line number Diff line number Diff line change 52
52
53
53
/* Use custom arrow */
54
54
.select .select-text {
55
- appearance : none;
55
+ appearance : none;
56
56
text-overflow : ellipsis;
57
57
padding-inline-end : 1.5rem ;
58
58
}
Original file line number Diff line number Diff line change 63
63
transform : translate (calc (-50% * var (--horizontal-directionality-coefficient )), 1em );
64
64
}
65
65
66
+ .button : focus + .text ,
67
+ .button : hover + .text {
68
+ opacity : 1 ;
69
+ visibility : visible;
70
+ }
71
+
72
+ .button : focus + .text .bottom ,
73
+ .button : hover + .text .bottom ,
74
+ .button : hover + .text .bottom-left ,
75
+ .button : focus + .text .top ,
76
+ .button : hover + .text .top {
77
+ transform : translate (calc (-50% * var (--horizontal-directionality-coefficient )), 0 );
78
+ }
79
+
80
+ .button : focus + .text .left ,
81
+ .button : hover + .text .left ,
82
+ .button : focus + .text .right ,
83
+ .button : hover + .text .right {
84
+ transform : translate (0 , -50% );
85
+ }
86
+
66
87
.text .allowNewlines {
67
88
white-space : pre-wrap;
68
89
text-align : start;
You can’t perform that action at this time.
0 commit comments