블로그 링크를 차량 모니터 제목 위로 이동
This commit is contained in:
+3
-6
@@ -906,15 +906,12 @@ car_monitor_require_access(false);
|
||||
padding: 1.5rem 0.5rem; margin-bottom: 0.5rem;
|
||||
}
|
||||
.blog-back-link {
|
||||
position: fixed;
|
||||
top: 14px;
|
||||
left: 16px;
|
||||
z-index: 1040;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
margin-bottom: 6px;
|
||||
color: var(--accent-blue);
|
||||
font-size: 14px;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
text-decoration: none;
|
||||
@@ -1318,7 +1315,6 @@ car_monitor_require_access(false);
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/blog" class="blog-back-link"><span class="backArrow">‹</span> 블로그</a>
|
||||
<div class="container py-3">
|
||||
<div class="dashboard-header">
|
||||
<div class="d-flex align-items-center gap-3">
|
||||
@@ -1326,6 +1322,7 @@ car_monitor_require_access(false);
|
||||
<i class="fas fa-car"></i>
|
||||
</div>
|
||||
<div>
|
||||
<a href="/blog" class="blog-back-link"><span class="backArrow">‹</span> 블로그</a>
|
||||
<div class="d-flex align-items-center gap-2">
|
||||
<div class="app-title" data-i18n="appTitle">Car Monitor</div>
|
||||
<span id="live-badge" class="badge bg-secondary bg-opacity-10 text-secondary border border-secondary border-opacity-20 rounded-pill" style="font-size:0.6rem; vertical-align: top;">WAIT</span>
|
||||
|
||||
Reference in New Issue
Block a user