Replace server IP UI with history links

This commit is contained in:
devRaGonSa
2026-03-20 20:05:16 +01:00
parent 32baca96af
commit fe035f826e
4 changed files with 132 additions and 99 deletions

View File

@@ -579,7 +579,7 @@ h2 {
justify-content: flex-end;
}
.server-copy-button {
.server-action-link {
display: inline-flex;
align-items: center;
justify-content: center;
@@ -604,18 +604,13 @@ h2 {
opacity 160ms ease;
}
.server-copy-button:hover,
.server-copy-button:focus-visible {
.server-action-link:hover,
.server-action-link:focus-visible {
transform: translateY(-1px);
border-color: rgba(210, 182, 118, 0.52);
background: linear-gradient(180deg, rgba(210, 182, 118, 0.2), rgba(142, 160, 98, 0.26));
}
.server-copy-button:disabled {
opacity: 0.78;
cursor: default;
}
.server-state {
display: inline-flex;
align-items: center;