example to override plugin styles? #199
Replies: 2 comments 13 replies
-
Just add the styles to the styles: |
:host paper-icon-item > .notification-badge {
font-size: 14px;
}
:host paper-icon-item > .notification-badge-collapsed {
max-width: none;
overflow: visible;
} Just adding |
Beta Was this translation helpful? Give feedback.
7 replies
-
guess dynamic animation is too specific for the plugin too? I did give:
a try to replicate what I do in card-mod:
it works without the template
but I see no way to add the condition |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we talked about overriding the plugin styles before, but never got to the actual technique how to do that.
I need my notification font size to be set to 14px in expanded mode, and can do that in the Inspector.
However, I am not aware of the syntax in the sidebar config file.
please hope me out
currently setting it in card-mod theme, but this is an attempt to do away with all of that, so we can do it completely inside this plugin
the top notification now is in sidebar, the others are made in card-mod theme
my eyes really need that bigger font-size ;-(
btw, look what happens on the non expanded notification:
native plugin styling makes it practically useless like this. There must be some fine-tuning to allow us to see a non expanded notification?
check the other larger notifications that still are perfectly readable.
my regular card-mod theme setting:
guess an override of the non expanded notification is required also, but how?
Beta Was this translation helpful? Give feedback.
All reactions