Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Fix some problem and optimize the experience on small screens. #277

Closed
wants to merge 2 commits into from

Conversation

mingming-cn
Copy link

@mingming-cn mingming-cn commented May 19, 2024

Hello, this PR have three changes.

refactor(list): fix item width of list for chinese language.

before
purplemine2_fix2

after
purplemine2_fix2_1

fix ".time_entry .note .p" ident.

before
purplemine2_fix1_1

after
purplemine2_fix1

Reduce the sidebar width to optimize the experience on small screens.

- $sidebar-width:                 270px !default;
+ $sidebar-width:                 226px !default;

1. remove width for td.parent and td.relations
2. sidebar-width update to 226px
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants