style(webui): column/inspect sizing, avoid scrollbar overlap
ci/woodpecker/push/woodpecker Pipeline was successful Details

refactor/sveltekit
Tomáš Mládek 2024-01-07 20:21:49 +01:00
parent 6993709c56
commit 8181af3e01
2 changed files with 5 additions and 4 deletions

View File

@ -137,8 +137,8 @@
.view {
@media screen and (min-width: 600px) {
min-width: 75vw;
max-width: min(75vw, 1920px);
min-width: 85vw;
max-width: min(85vw, 1920px);
margin-left: auto;
margin-right: auto;
}

View File

@ -579,6 +579,7 @@
height: 0; // https://stackoverflow.com/a/14964944
min-height: 12em;
overflow-y: auto;
padding-right: 1rem;
}
@media screen and (min-width: 1600px) {
@ -591,12 +592,12 @@
&.blob {
.detail-col {
width: 25%;
width: 33%;
flex-grow: 0;
}
.blob-viewer {
width: 73%;
width: 65%;
height: 100%;
position: absolute;
left: 1%;