UI changes

This commit is contained in:
Magnus Åhall 2025-08-07 20:59:59 +02:00
parent df4cee56af
commit fc992b8bdc
3 changed files with 66 additions and 2 deletions

View file

@ -102,6 +102,17 @@ button {
#types {
grid-area: navigation;
}
#types .label {
display: grid;
grid-template-columns: 1fr min-content;
align-items: center;
}
#types .label div:first-child {
font-size: 1.5em;
font-weight: bold;
color: var(--section-color);
margin-right: 8px;
}
#types .group {
font-weight: bold;
white-space: nowrap;
@ -411,6 +422,17 @@ dialog#connection-data div.button {
color: #fff;
z-index: 8192;
}
#scripts .label {
display: grid;
grid-template-columns: 1fr min-content;
align-items: center;
}
#scripts .label div:first-child {
font-size: 1.5em;
font-weight: bold;
color: var(--section-color);
margin-right: 8px;
}
#scripts .group {
font-weight: bold;
margin-top: 32px;