Can i change the size of the icon? #2964
MathiewMay2
started this conversation in
General
Replies: 1 comment
-
It cannot be changed using CSS unfortunately. Your only option would be to fork the source code, change this line and re-compile it: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i would like to change the size of the icon you see in the top left of the page.
I tried using css override but it did not change anything
.nav-header-inner .v-avatar{
height: 55px;
min-width: 55px;
}
this is what i set in css override.
Beta Was this translation helpful? Give feedback.
All reactions