UI/runtime polish, session rotation limit, login errors, docs update

This commit is contained in:
2026-04-21 16:05:15 +00:00
parent c97cf5308d
commit 6f9bc32440
14 changed files with 346 additions and 43 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

+12 -1
View File
@@ -322,7 +322,8 @@ button {
color: #fff;
}
.tile {
display: block;
display: flex;
flex-direction: column;
text-decoration: none;
background: var(--card);
color: inherit;
@@ -368,6 +369,16 @@ button {
margin-top: 0.45rem;
color: #4b6178;
}
.tile-comment {
max-height: 96px;
overflow: auto;
line-height: 1.35;
padding-right: 0.2rem;
}
.tile-comment b,
.tile-comment strong {
font-weight: 700;
}
.service-categories {
margin-top: 0.7rem;
display: flex;