-
Notifications
You must be signed in to change notification settings - Fork 85
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
Make sidebar buttons pixel perfect #3518
Conversation
I think this should be a css variable so that we can easily adjust the spacing of the inner app-content too How is it looking in photos then? |
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.
Oh yes!
Cypress needs an update |
0c9f794
to
6fd6144
Compare
cypress updated :) |
I think this is still valid though 🤷 |
Then this should be used! |
ece2a99
to
12fadcf
Compare
Co-authored-by: Ferdinand Thiessen <[email protected]> Signed-off-by: Carl Schwan <[email protected]>
12fadcf
to
afb171a
Compare
Signed-off-by: Ferdinand Thiessen <[email protected]>
|
||
/* | ||
Sidebar: to be used within #content | ||
app-content will be shrinked properly | ||
*/ | ||
.app-sidebar { | ||
--app-sidebar-width: clamp(300px, 27vw, 500px); | ||
--app-sidebar-padding: #{$app-navigation-padding}; |
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.
Is it needed here? It duplicates an existing variable available on the .content
Tested in talk, calendar and files