[feature] Add token review / delete to backend + settings panel (#3845)

This commit is contained in:
tobi 2025-03-04 11:01:25 +01:00 committed by GitHub
commit 829143d263
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 1637 additions and 1 deletions

View file

@ -1468,6 +1468,33 @@ button.tab-button {
gap: 1rem;
}
.tokens-view {
.token-info {
.info-list {
border: none;
width: 100%;
.info-list-entry {
background: none;
padding: 0;
}
> .info-list-entry > .monospace {
font-size: large;
}
}
.action-buttons {
margin-top: 0.5rem;
> .mutation-button
> button {
font-size: 1rem;
line-height: 1rem;
}
}
}
}
.instance-rules {
list-style-position: inside;
margin: 0;