Some setting panel refactors

This commit is contained in:
2024-03-01 20:18:06 +01:00
parent aa25a84df0
commit 3501d6885d
5 changed files with 29 additions and 8 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

+14 -3
View File
@@ -203,7 +203,7 @@ iframe {
}
.clippy .body {
background: lightyellow;
background: #ffffe0;
color: black;
padding: 10px;
border-radius: 10px;
@@ -328,8 +328,19 @@ iframe {
width: 360px;
}
.progress-indicator.segmented > .progress-indicator-bar {
.field-row.settings label {
width: 200px;
}
.status-bar-field {
.field-row.settings {
margin-bottom: 8px;
}
.settings .admin-panel {
background-image: url(img/gears.png);
height: 40px;
background-repeat: no-repeat;
background-position: 50% 50%;
width: 40px;
min-width: 0;
}