fix(web): admin bibliothèques — correctifs complémentaires client et AdminPage

- web: AdminPage, client API (+ tests), styles

Refs: #15
This commit is contained in:
Git Agent
2026-08-23 11:36:17 +02:00
parent 39dd130c47
commit a30971f1e9
4 changed files with 53 additions and 7 deletions

View File

@ -284,6 +284,26 @@ h2 {
align-items: center;
}
.library-copy {
display: grid;
gap: 7px;
min-width: 0;
}
.library-copy strong,
.library-copy span {
display: block;
}
.library-copy strong {
overflow-wrap: anywhere;
}
.library-copy span {
color: var(--ink-muted);
overflow-wrap: anywhere;
}
.meter {
display: block;
width: 100%;