Replace server IP UI with history links
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user