Revert "修正側欄 Logo 顯示比例"

This reverts commit e317a2f70a.
This commit is contained in:
OoO
2026-05-06 22:04:17 +08:00
parent e317a2f70a
commit aff9fdec21
4 changed files with 12 additions and 12 deletions

2
app.py
View File

@@ -96,7 +96,7 @@ except Exception as e:
# 🚩 系統版本定義 (備份與顯示用)
# 🚩 2026-05-01 V10.76: Move monthly analysis report onto V2 shell
SYSTEM_VERSION = "V10.89"
SYSTEM_VERSION = "V10.88"
# ==========================================
# 🔒 SQL Injection 防護函數

View File

@@ -314,7 +314,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '')
# ==========================================
# 系統版本與路徑
# ==========================================
SYSTEM_VERSION = "V10.89"
SYSTEM_VERSION = "V10.88"
LOG_FILE_PATH = os.path.join(BASE_DIR, 'logs/system.log')
public_url = PUBLIC_URL # 用於模板顯示

View File

@@ -41,10 +41,10 @@
}
.momo-logo-image {
display: block;
width: 54px;
width: min(168px, 100%);
height: 54px;
object-fit: contain;
object-position: center center;
object-position: left center;
border-radius: 8px;
}
.momo-logo-mark {
@@ -202,7 +202,7 @@
<aside class="momo-sidebar" aria-label="主選單">
<a class="momo-sidebar-logo" href="/">
<img class="momo-logo-image" src="{{ url_for('static', filename='images/ewoooc_logo_badge.png') }}" alt="EwoooC">
<img class="momo-logo-image" src="{{ url_for('static', filename='images/ewoooc_logo_nav.png') }}" alt="EwoooC">
</a>
<nav class="momo-nav momo-scroll">

View File

@@ -37,10 +37,10 @@ body.momo-v2-body {
.momo-logo-image {
display: block;
width: 54px;
width: min(168px, 100%);
height: 54px;
object-fit: contain;
object-position: center center;
object-position: left center;
border-radius: 8px;
}
@@ -436,9 +436,9 @@ body.momo-v2-body {
}
.momo-logo-image {
width: 48px;
height: 48px;
object-fit: contain;
width: 44px;
height: 44px;
object-fit: cover;
object-position: center center;
}
@@ -508,10 +508,10 @@ body.momo-v2-body {
}
.momo-logo-image {
width: 54px;
width: min(168px, 100%);
height: 54px;
object-fit: contain;
object-position: center center;
object-position: left center;
}
.momo-status-card {