mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix vertical layout for browser (#135)
This commit is contained in:
parent
0c396d3bbd
commit
e445f92281
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user