Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant