调整整体视窗布局,使低分辨率机器更加舒适

This commit is contained in:
Yeban8090 2025-06-03 22:46:15 +08:00
parent dba9de9d27
commit f2075f421e
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "note-to-red",
"name": "Note to RED",
"version": "1.0.16",
"version": "1.0.17",
"minAppVersion": "0.15.0",
"description": "Convert Markdown notes to RED (Xiaohongshu) style images",
"author": "Yeban",

View file

@ -23,7 +23,7 @@
.red-preview-container {
position: relative;
min-width: 490px;
height: 100%;
aspect-ratio: 3/4;
display: flex;
justify-content: center;
align-items: flex-start;
@ -90,7 +90,7 @@
/* 导航容器 */
.red-nav-container {
position: fixed;
bottom: 120px; /* 调整位置避免与底部工具栏重叠 */
bottom: 110px; /* 调整位置避免与底部工具栏重叠 */
left: 50%;
transform: translateX(-50%);
display: flex;