-
Notifications
You must be signed in to change notification settings - Fork 24
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
Unable to implement .css changes. #26
Comments
Hi there,
thank you for the reply.
The Large Font scripts do work, but please note, the size change they apply
is very discreet (1 px more than the standard with the Medium Font [12px]
and another one on the Large Font [13px]).
Furthermore, please note, that in case you applied the board zoom feature (
https://kanbantool.com/support/kanban-board#is-there-any-way-to-zoom-a-board-in-out-to-see-project-status-as-a-whole-at-a-glance),
the Large Font will not make a difference, as the font size is increased
alongside the board zoom.
If you're happy to spend more time on this, you can add an own custom CSS
to the Developer Tools Power-Up to define your closed card font size (but
that too may be impacted by any board zoom applied, in as much as if you
apply the below, and then zoom in, the font will grow furthermore).
To try it, go to board's Settings - Power-Ups - Developer Tools - and add
the following code example to an empty slot indicated by a "CSS" text:
*.kt-task-body {font-size:2em !important;}*
The High Contrast script won't work indeed, and we've removed it from the
scripts list (
https://github.com/kanbantool/scripts/tree/sdk-scripts#available-scripts) -
removal from https://kanbantool.com/support/introduction is planned.
The Large Header script indeed fails, let me look into this.
However, please note, this too can be impacted with any board zoom applied
through Settings - Board Background. In general, using zoom is the best way
to increase element sizes.
For a compact guide to making the best out of the service, please go to
https://kanbantool.com/support/basics#kanban-tool-rapid-productivity-tips
I'd be happy to answer further questions.
Kind regards,
Anna
Kanban Tool Support
https://kanbantool.com/support
…On Tue, 25 May 2021 at 04:02, a67428 ***@***.***> wrote:
I'm finding that adding the medium / large font, high contrast, and large
header scripts to have no effect at all...yet others like card tilt work
fine.
Dev tools is enabled, and the script address is copied directly as shown
in the manual.
I see these scripts are quite a few years old, are they simply broken, or
perhaps I am missing a step somewhere?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#26>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGC5L7HRPIZO2U5KB7UU43TPMAKVANCNFSM45OJOUWA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm finding that adding the medium / large font, high contrast, and large header scripts to have no effect at all...yet others like card tilt work fine.
Dev tools is enabled, and the script address is copied directly as shown in the manual.
I see these scripts are quite a few years old, are they simply broken, or perhaps I am missing a step somewhere?
The text was updated successfully, but these errors were encountered: