33변곡 템플릿 추가
This commit is contained in:
+14
-3
@@ -6310,8 +6310,13 @@ html.theme-blue {
|
||||
background: var(--bg3); border-radius: var(--radius);
|
||||
}
|
||||
.sp-pal-tmpl {
|
||||
display: flex; align-items: center; gap: 8px; padding: 10px 8px;
|
||||
border-bottom: 1px solid var(--border); cursor: pointer;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
gap: 6px 8px;
|
||||
padding: 10px 8px;
|
||||
border-bottom: 1px solid var(--border);
|
||||
cursor: pointer;
|
||||
font-size: 13px;
|
||||
}
|
||||
.sp-pal-tmpl:hover { background: var(--bg3); }
|
||||
@@ -6320,7 +6325,13 @@ html.theme-blue {
|
||||
}
|
||||
.sp-tmpl-badge--buy { background: rgba(72,199,116,.2); color: #48c774; }
|
||||
.sp-tmpl-badge--sell { background: rgba(255,107,107,.2); color: #ff6b6b; }
|
||||
.sp-tmpl-name { flex: 1; color: var(--text); }
|
||||
.sp-tmpl-name { flex: 1 1 auto; color: var(--text); }
|
||||
.sp-tmpl-desc {
|
||||
flex: 1 1 100%;
|
||||
font-size: 11px;
|
||||
line-height: 1.35;
|
||||
color: var(--text2);
|
||||
}
|
||||
|
||||
/* ── 모달 ─────────────────────────────────────────────────────────────────── */
|
||||
.sp-modal-overlay {
|
||||
|
||||
Reference in New Issue
Block a user