Updating css for url input add-on and removing display flex
Этот коммит содержится в:
@@ -114,8 +114,7 @@
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
float: left;
|
float: left;
|
||||||
margin: 5px 10px 5px 0;
|
margin: 5px 10px 5px 0;
|
||||||
@include display-flex;
|
display: table;
|
||||||
display: -ms-flexbox;
|
|
||||||
border: 1px solid lightgrey;
|
border: 1px solid lightgrey;
|
||||||
.post__load {
|
.post__load {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -137,11 +136,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.post-image__thumbnail {
|
.post-image__thumbnail {
|
||||||
display: block;
|
display: table-cell;
|
||||||
|
vertical-align: top;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.post-image__details {
|
.post-image__details {
|
||||||
|
display: table-cell;
|
||||||
|
vertical-align: top;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: white;
|
background: white;
|
||||||
|
|||||||
@@ -67,6 +67,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.input-group-addon {
|
.input-group-addon {
|
||||||
|
text-align: left;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user