Compare commits

...

1 Commits

Author SHA1 Message Date
amnesia
5470ba1298 remove elements if new tab 2025-07-18 10:21:57 +02:00

View File

@ -49,16 +49,6 @@ body {
color: black;
}
@media (max-height: 300px) {
.search-grid {
grid-template-rows: 4em;
}
.search-logo {
display: none;
}
}
.cards {
height: 100%;
width: 100%;
@ -70,6 +60,20 @@ body {
overflow: auto;
}
@media (max-height: 500px) {
.search-grid {
grid-template-rows: 4em;
}
.search-logo {
display: none;
}
.cards {
display: none;
}
}
.card {
background-color: rgba(255, 255, 255, 0.5);
width: 10em;
@ -97,7 +101,6 @@ body {
margin: 0;
}
.card-image {
height: 100%;
aspect-ratio: 1/1;