Changed flexbox styles to be compatible with all browsers
Этот коммит содержится в:
@@ -114,7 +114,8 @@
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 5px 10px 5px 0;
|
margin: 5px 10px 5px 0;
|
||||||
display: flex;
|
@include display-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
border: 1px solid lightgrey;
|
border: 1px solid lightgrey;
|
||||||
.post__load {
|
.post__load {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -159,7 +160,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.file-details__container {
|
.file-details__container {
|
||||||
display: flex;
|
@include display-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
|
||||||
.file-details {
|
.file-details {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user