diff --git a/src/renderer/src/components/MainArea.vue b/src/renderer/src/components/MainArea.vue
index 8a0ef95..9bbcafc 100644
--- a/src/renderer/src/components/MainArea.vue
+++ b/src/renderer/src/components/MainArea.vue
@@ -258,7 +258,7 @@ onUnmounted(() => {
-
JRD
+
JRedisDesktop
{{ t('app.placeholder') }}
@@ -516,19 +516,11 @@ onUnmounted(() => {
}
.placeholder-icon {
- width: 80px;
- height: 64px;
- background: linear-gradient(135deg, #667eea, #764ba2);
- border-radius: 16px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 22px;
- font-weight: 800;
- color: #fff;
+ width: 96px;
+ height: 96px;
+ border-radius: 20px;
margin-bottom: 20px;
box-shadow: 0 8px 32px rgba(99, 102, 241, 0.2);
- letter-spacing: 1px;
}
.no-connection h2 {
diff --git a/src/renderer/src/components/TitleBar.vue b/src/renderer/src/components/TitleBar.vue
index bd703ed..e6dde8c 100644
--- a/src/renderer/src/components/TitleBar.vue
+++ b/src/renderer/src/components/TitleBar.vue
@@ -22,7 +22,7 @@ function openSettings() {
-
JRD
+
JRedisDesktop
@@ -60,17 +60,10 @@ function openSettings() {
}
.titlebar-logo {
- width: 36px;
+ width: 24px;
height: 24px;
- background: linear-gradient(135deg, #667eea, #764ba2);
border-radius: 6px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 9px;
- font-weight: 800;
- color: #fff;
- letter-spacing: 0.5px;
+ flex-shrink: 0;
}
.titlebar-title {