mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #711] [bug] 自定义cssbug #526
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#526
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jerryma00 on GitHub (Oct 17, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/711
详细描述这个 Bug
自定义css之后,连整个设置界面那些按钮都变成自己设定的css了,设置界面的一些图标都变颜色了,字体也变颜色了,这是第一个大问题。
另一个问题是,自定义css过长时,下面的保存和取消按钮都找不到了。比如,我从typora主题里随便拿了一个css,复制到notegen,结果界面变得乱七八糟,当我想删除这些css的时候,删完了就找不到保存按钮了,那个按钮不知道消失到哪里去了。
害得我把app删了,然后重新下载,结果文件全部丢失,忘了同步,气死了!!!
NoteGen 版本
0.22.1
操作系统
macOS
报错日志
No response
@codexu commented on GitHub (Oct 17, 2025):
表示同情😄
我发现输入框确实拖拽会导致按钮丢失,我需要固定它的高度。
另外说下 CSS 的问题,因为这个项目用的 tailwindcss 开发,所以很多样式都是全局生效的,肯定无法兼容其他软件的主题,但是我增加了一些 id 用于不同组件的样式隔离,可以参考这个文档。https://notegen.top/cn/docs/settings/custom-css
@codexu commented on GitHub (Jan 20, 2026):
目前可以使用主题功能。