File tree Expand file tree Collapse file tree 3 files changed +17
-21
lines changed
Neos.Media.Browser/Resources Expand file tree Collapse file tree 3 files changed +17
-21
lines changed Original file line number Diff line number Diff line change 1
1
@mixin neos-media-aside-condensed {
2
+ flex-direction : column ;
3
+
2
4
.neos-media-aside {
3
5
margin-top : $wideMargin ;
4
6
@include clearfix ;
266
268
}
267
269
268
270
.neos-media-content {
271
+ display : flex ;
272
+ flex-direction : row ;
273
+
269
274
& :not (.neos-media-aside-condensed ) {
270
275
@include clearfix ;
271
276
663
668
}
664
669
}
665
670
666
- .neos-media-content {
667
- display : flex ;
668
- flex-direction : row ;
669
-
670
- @media screen and (max-width : 767px ) {
671
- flex-direction : column ;
672
- }
673
- }
674
-
675
671
.neos-image-inputs ,
676
672
.neos-image-example {
677
673
flex : 1 ;
Original file line number Diff line number Diff line change 125
125
margin : 0 ;
126
126
}
127
127
}
128
+ .neos .media-browser .neos-media-content {
129
+ display : flex;
130
+ flex-direction : row;
131
+ }
128
132
.neos .media-browser .neos-media-content : not (.neos-media-aside-condensed ) {
129
133
* zoom : 1 ;
130
134
}
182
186
.neos .media-browser .neos-media-content .neos-search button [type = "submit" ] i {
183
187
vertical-align : baseline;
184
188
}
189
+ .neos .media-browser .neos-media-content .neos-media-aside-condensed {
190
+ flex-direction : column;
191
+ }
185
192
.neos .media-browser .neos-media-content .neos-media-aside-condensed .neos-media-aside {
186
193
margin-top : 32px ;
187
194
* zoom : 1 ;
297
304
max-width : 320px ;
298
305
}
299
306
@media (max-width : 767px ) {
307
+ .neos .media-browser .neos-media-content {
308
+ flex-direction : column;
309
+ }
300
310
.neos .media-browser .neos-media-content .neos-media-aside {
301
311
margin-top : 32px ;
302
312
* zoom : 1 ;
479
489
display : inline-block;
480
490
font-style : normal;
481
491
font-variant : normal;
482
- font-family : FontAwesome;
483
- font-weight : 900 ;
492
+ font-weight : normal;
484
493
line-height : 1 ;
485
494
vertical-align : -.125em ;
486
495
content : \f063;
758
767
cursor : pointer;
759
768
outline : 4px solid # 00b5ff ;
760
769
}
761
- .neos .media-browser .neos-media-content {
762
- display : flex;
763
- flex-direction : row;
764
- }
765
- @media screen and (max-width : 767px ) {
766
- .neos .media-browser .neos-media-content {
767
- flex-direction : column;
768
- }
769
- }
770
770
.neos .media-browser .neos-image-inputs ,
771
771
.neos .media-browser .neos-image-example {
772
772
flex : 1 ;
You can’t perform that action at this time.
0 commit comments