File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
assets/sass/plugins/woocommerce Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 85
85
}
86
86
.flex-viewport {
87
87
width : calc (100% - 85px );
88
+ @supports (-moz-appearance : none ) {
89
+ width : 100% ;
90
+ }
88
91
}
89
92
.flex-control-thumbs {
90
93
order : -1 ;
91
94
flex-direction : column ;
95
+ @supports (-moz-appearance : none ) {
96
+ position : absolute ;
97
+ left : 0 ;
98
+ top : 50% ;
99
+ transform : translateY (-50% );
100
+ }
92
101
93
102
li {
94
103
width : 65px ;
101
110
}
102
111
.flex-nav-prev {
103
112
left : calc (80px + 30px );
113
+ @supports (-moz-appearance : none ) {
114
+ left : 20px ;
115
+ top : 50% ;
116
+ transform : translateY (-50% );
117
+ }
104
118
}
105
119
.flex-nav-next {
106
120
right : 30px ;
121
+ @supports (-moz-appearance : none ) {
122
+ right : 105px ;
123
+ top : 50% ;
124
+ transform : translateY (-50% );
125
+ }
107
126
}
108
127
}
109
128
.gallery-showcase {
113
132
.woocommerce-product-gallery {
114
133
flex : 0 0 60% ;
115
134
max-width : 60% ;
135
+ @supports (-moz-appearance : none ) {
136
+ padding-left : 85px ;
137
+ img {
138
+ width : 100% ;
139
+ }
140
+ }
116
141
}
117
142
.entry-summary {
118
143
flex : 0 0 40% ;
You can’t perform that action at this time.
0 commit comments