delete useless css line

pull/143/head
Aevann 2023-05-02 19:16:58 +03:00
parent aed1021f91
commit f0ebf826f7
2 changed files with 1 additions and 9 deletions

View File

@ -148,7 +148,6 @@ lite-youtube {
img[alt^="![]("], .img {
height: 150px;
width: 90%;
-o-object-fit: contain;
object-fit: contain;
object-position: left;
}

View File

@ -5515,7 +5515,6 @@ input[type=radio] ~ .custom-control-label::before {
max-width: min(150px,25vw) !important;
max-height: min(150px,25vw) !important;
display: inline-block;
-o-object-fit: contain;
object-fit: contain;
}
@ -6742,7 +6741,6 @@ blockquote + blockquote, div > blockquote:first-child, blockquote:last-child {
}
.contain {
-o-object-fit: contain;
object-fit: contain;
}
.text-gray {
@ -6843,7 +6841,6 @@ div.markdown {
#desktop-expanded-image {
max-height:80vh;
border:5px white solid;
-o-object-fit: contain;
object-fit: contain;
}
.fas.fa-ellipsis-h {
@ -6853,14 +6850,12 @@ div.markdown {
width: 32px;
height: 35px;
object-fit: contain;
-o-object-fit: contain;
}
.site-banner {
width: 100%;
max-height: 30vh;
object-fit: contain;
-o-object-fit: contain;
object-fit: contain;
}
.site-banner-hole {
width: 100%;
@ -6958,7 +6953,6 @@ div.markdown {
width: 200px;
height: 35vh;
margin: 0 10px;
-o-object-fit: contain;
object-fit: contain;
-webkit-transition: all 0.15s ease;
-moz-transition: all 0.15s ease;
@ -7052,7 +7046,6 @@ body > .container {
border: none
}
.emoji2 > img {
-o-object-fit: contain;
object-fit: contain;
}