mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-29 05:28:00 +02:00
Bug Fixes
This commit is contained in:
parent
f303f91108
commit
2838030839
6 changed files with 27 additions and 24 deletions
|
@ -49,6 +49,7 @@ watch(show, n => {
|
|||
}
|
||||
.modal-box {
|
||||
width: 50vw;
|
||||
max-height: 90vh;
|
||||
border-radius: 0.5rem;
|
||||
background-color: var(--color-background-soft);
|
||||
}
|
||||
|
@ -59,6 +60,8 @@ watch(show, n => {
|
|||
}
|
||||
.modal-content {
|
||||
padding: 1rem;
|
||||
max-height: calc(90vh - 8rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
.modal-content * {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue