fix: log/tasks posities - 02

This commit is contained in:
kodi
2026-03-14 16:39:22 +01:00
parent a816f71ad5
commit 14600dd5b6
3 changed files with 11 additions and 1 deletions
+7 -1
View File
@@ -1002,7 +1002,7 @@ button:disabled {
.settings-card {
position: relative;
width: min(760px, calc(100vw - 32px));
width: min(1180px, calc(100vw - 32px));
max-height: calc(100vh - 56px);
display: flex;
flex-direction: column;
@@ -1127,6 +1127,12 @@ button:disabled {
}
}
@media (max-width: 720px) {
.settings-card {
width: min(1180px, calc(100vw - 20px));
}
}
.viewer-close {
position: absolute;
top: 10px;