feat: add moderation checklist back to project page (#5814)
* fix: billing page server plan heading * fix: matching server page spacing with instance page * feat: update server header buttons * feat: add show ram as bytes always on * fix: revert to large buttons * feat: add hostname and server states in info card * feat: add publishing checklist to project page * fix: markdown table style and max width * fix: teleport overflow menu bad anchoring
This commit is contained in:
@@ -906,10 +906,15 @@ a:not(.no-click-animation),
|
||||
border-spacing: 0;
|
||||
line-height: 1.5;
|
||||
border: 0.1rem solid var(--color-button-bg);
|
||||
border-radius: var(--radius-sm);
|
||||
border-radius: var(--radius-xl);
|
||||
|
||||
th {
|
||||
font-weight: 600;
|
||||
background-color: var(--surface-3);
|
||||
}
|
||||
|
||||
tr {
|
||||
background-color: var(--surface-1-5);
|
||||
}
|
||||
|
||||
td,
|
||||
@@ -918,7 +923,7 @@ a:not(.no-click-animation),
|
||||
}
|
||||
|
||||
tr:nth-child(2n) {
|
||||
background-color: var(--color-accent-contrast);
|
||||
background-color: var(--surface-1);
|
||||
}
|
||||
|
||||
td:not(:last-of-type),
|
||||
|
||||
Reference in New Issue
Block a user