Give strategy doc body more inner padding from card edges.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-18 17:44:28 +08:00
parent 2f7e6355a1
commit 9e1343981d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9704,7 +9704,7 @@ body:not(.hub-phone) #page-calculator .calc-layout[data-calc-tab="roll"] [data-c
color: var(--text);
}
.strategy-doc-panel {
padding: 16px 18px 18px;
padding: 18px 22px 20px;
min-width: 0;
display: flex;
flex-direction: column;
@@ -9869,7 +9869,7 @@ body:not(.hub-phone) #page-calculator .calc-layout[data-calc-tab="roll"] [data-c
color: var(--text);
overflow-y: auto;
overflow-x: hidden;
padding: 2px 10px 2px 4px;
padding: 8px 22px 20px 18px;
scrollbar-gutter: stable;
}
.strategy-doc-body h2 {