mirror of
https://github.com/yeban8090/note-to-red.git
synced 2026-07-22 05:42:34 +00:00
调整整体视窗布局,使低分辨率机器更加舒适
This commit is contained in:
parent
dba9de9d27
commit
f2075f421e
2 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue