style(dispatch): SPX 로고 크기 축소(틱톡 로고와 시각 크기 맞춤)
- SPX 로고는 가로로 넓어 같은 높이에서 더 커 보여 height 30px 로 조정 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -34,7 +34,9 @@
|
|||||||
.dsp-btn-status small { display:block;font-size:10px;font-weight:500;opacity:.8; }
|
.dsp-btn-status small { display:block;font-size:10px;font-weight:500;opacity:.8; }
|
||||||
.dsp-btn-status.on { background:#16a34a;border-color:#16a34a;color:#fff; }
|
.dsp-btn-status.on { background:#16a34a;border-color:#16a34a;color:#fff; }
|
||||||
.dsp-btn-status:disabled { opacity:.6;cursor:wait; }
|
.dsp-btn-status:disabled { opacity:.6;cursor:wait; }
|
||||||
.dsp-courier { position:absolute;top:12px;right:14px;height:44px;width:auto;max-width:180px; }
|
.dsp-courier { position:absolute;top:12px;right:14px;height:44px;width:auto;max-width:180px;object-fit:contain; }
|
||||||
|
/* SPX 로고는 가로로 넓어 같은 높이에서 더 커 보인다 — 틱톡 로고와 시각 크기 맞춤 */
|
||||||
|
.dsp-courier[src*="spx"] { height:30px;top:18px; }
|
||||||
.dsp-hidden { display:none !important; }
|
.dsp-hidden { display:none !important; }
|
||||||
@media (max-width:480px){ .dsp-cards{grid-template-columns:1fr;} }
|
@media (max-width:480px){ .dsp-cards{grid-template-columns:1fr;} }
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user