Fix vertical layout for browser (#135)

This commit is contained in:
Engin Can Dinc 2024-03-25 15:25:00 +03:00 committed by GitHub
parent 0c396d3bbd
commit e445f92281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,13 @@
.url {
margin: 0.5rem;
padding: 0.5rem 1rem;
background-color: white;
border-radius: 2rem;
color: #252526;
margin: 0.5rem;
padding: 0.5rem 1rem;
background-color: white;
border-radius: 2rem;
color: #252526;
}
.screenshot {
width: 100%;
}
width: 100%;
max-height: calc(100vh - 100px); /* 100px is the height of the header */
object-fit: cover;
}