fix(web): admin bibliothèques — correctifs complémentaires client et AdminPage
- web: AdminPage, client API (+ tests), styles Refs: #15
This commit is contained in:
@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user