fix: webui, detail doesn't take up the whole screen
ci/woodpecker/push/woodpecker Pipeline failed Details

feat/axum
Tomáš Mládek 2023-09-01 19:51:59 +02:00
parent f6845a5a3a
commit b1eba7369f
1 changed files with 1 additions and 1 deletions

View File

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