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);
|
||||
|
@ -244,8 +245,9 @@ input[type=text] {
|
|||
|
||||
@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