-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
11219 adapt UI font size #12042
11219 adapt UI font size #12042
Conversation
then remove the unused css files as well |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete the unused css files and check if they are referenced somehwere
Hi, I have deleted original individual CSS files and the BaseBackUp.css and consolidated styles into Base.css. |
src/main/java/org/jabref/gui/mergeentries/newmergedialog/ThreeWayMergeView.java
Outdated
Show resolved
Hide resolved
The changes look good to me. However, the pull request does more than just adapt font size. For instance, the merging of all CSS styles into |
Overall looks good, however, JabRef opens always maximized, even if I resize it and move it to the screen center but this might be another issue because I reset my prefs as well |
Changelog should contain a note about the effect of custom themes! |
@InAnYan I took the liberty to simplify the privacy component and to make it a bit more coherent to the mrdlib privacy dialog. Can you also take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
… fork/harry924/11219-adapt-ui-font-size
GPT4all privacy link was the same as before. Change it in another pr as this is focused on css and ui |
* upstream/main: New Crowdin updates (#12264) New Crowdin updates (#12263) 11219 adapt UI font size (#12042) Added support for (biblatex) `langid` to be an optional field in entry editor (#12071) improve unlinked files dialog (#12195) Reword 0034-use-citation-key-for-grouping-chat-messages.md (#12183) Bump dev.langchain4j:langchain4j-open-ai from 0.36.0 to 0.36.2 (#12259) Bump io.zonky.test.postgres:embedded-postgres-binaries-bom (#12258) Bump tech.units:indriya from 2.2 to 2.2.1 (#12257) Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 2.0.21 to 2.1.0 (#12256) Bump io.github.classgraph:classgraph from 4.8.177 to 4.8.179 (#12255) Bump src/main/resources/csl-styles from `b90b81a` to `6b7b611` (#12254) Add hints on research (and BibTeX) to README.md (#12253) Disable non-working Openrewrite recipe always set maximized to false on exit for mac (#12248)
closes #11219
Merged all the CSS files to Base.css
converted all px units to em
Fixed toggle button and sperator padding issue
Conducted UI testing by comparing interfaces before and after changes.
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)