forked from indymedia/epicyon
User cover for banner
parent
11401d5451
commit
988e5eb193
|
@ -193,8 +193,9 @@ input[type=text] {
|
|||
|
||||
@media screen and (min-width: 400px) {
|
||||
.timeline-banner {
|
||||
object-fit: cover;
|
||||
width: 98vw;
|
||||
height: var(--search-banner-height);
|
||||
max-height: var(--search-banner-height);
|
||||
}
|
||||
.hashtagswarm {
|
||||
font-size: var(--hashtag-size1);
|
||||
|
@ -232,20 +233,21 @@ input[type=text] {
|
|||
}
|
||||
input[type=checkbox]
|
||||
{
|
||||
-ms-transform: scale(2);
|
||||
-moz-transform: scale(2);
|
||||
-webkit-transform: scale(2);
|
||||
-o-transform: scale(2);
|
||||
transform: scale(2);
|
||||
padding: 10px;
|
||||
margin: 20px 30px;
|
||||
-ms-transform: scale(2);
|
||||
-moz-transform: scale(2);
|
||||
-webkit-transform: scale(2);
|
||||
-o-transform: scale(2);
|
||||
transform: scale(2);
|
||||
padding: 10px;
|
||||
margin: 20px 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
.timeline-banner {
|
||||
object-fit: cover;
|
||||
width: 98vw;
|
||||
height: var(--search-banner-height-mobile);
|
||||
max-height: var(--search-banner-height-mobile);
|
||||
}
|
||||
.hashtagswarm {
|
||||
font-size: var(--hashtag-size2);
|
||||
|
|
Loading…
Reference in New Issue