[feature] Add token review / delete to backend + settings panel

This commit is contained in:
tobi 2025-03-03 16:11:45 +01:00
commit 4638eda919
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;