tui: reduce excessive spacing in go route layout to improve visual balance
This commit is contained in:
@@ -354,7 +354,7 @@ body {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-bottom: 56px;
|
margin-bottom: 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
@@ -396,7 +396,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
p:first-child {
|
p:first-child {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 0;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user