forked from AkkomaGang/akkoma-fe
change px to em
This commit is contained in:
parent
0ca3a6e63d
commit
b8ed904c0c
1 changed files with 3 additions and 3 deletions
|
@ -374,7 +374,7 @@
|
||||||
.media-upload-wrapper {
|
.media-upload-wrapper {
|
||||||
margin-right: .2em;
|
margin-right: .2em;
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
width: 260px;
|
width: 18em;
|
||||||
|
|
||||||
.icon-cancel {
|
.icon-cancel {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -391,11 +391,11 @@
|
||||||
|
|
||||||
img, video {
|
img, video {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
max-height: 140px;
|
max-height: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video {
|
.video {
|
||||||
max-height: 140px;
|
max-height: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
Loading…
Reference in a new issue