mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
tui: reduce excessive spacing in go route layout to improve visual balance
This commit is contained in:
parent
b42a63b882
commit
22fcde926f
@ -354,7 +354,7 @@ body {
|
||||
border-radius: 4px;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
margin-bottom: 56px;
|
||||
margin-bottom: 40px;
|
||||
display: flex;
|
||||
width: fit-content;
|
||||
gap: 12px;
|
||||
@ -396,7 +396,7 @@ body {
|
||||
}
|
||||
|
||||
p:first-child {
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 0;
|
||||
color: var(--color-text);
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user