버전명 표시

This commit is contained in:
Macbook
2026-06-15 10:31:44 +09:00
parent 0e09825cab
commit 6481a432fd
7 changed files with 112 additions and 17 deletions
+8 -4
View File
@@ -206,6 +206,14 @@ html.theme-blue {
white-space: nowrap;
}
.tmb-logo-version {
font-size: 12px;
font-weight: 500;
color: var(--text3);
letter-spacing: 0;
white-space: nowrap;
}
html.desktop-client .tmb-logo-text {
font-size: 13px;
font-weight: 600;
@@ -213,10 +221,6 @@ html.desktop-client .tmb-logo-text {
html.desktop-client .tmb-logo-version {
font-size: 12px;
font-weight: 500;
color: var(--text3);
letter-spacing: 0;
white-space: nowrap;
}
/* 구분선 */