-
Notifications
You must be signed in to change notification settings - Fork 741
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
Style-preview: Add scroll buttons #11039
base: master
Are you sure you want to change the base?
Style-preview: Add scroll buttons #11039
Conversation
#10998 is partially done |
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.
really nice - no custom iconview widget :)
It should go in together with: #11040 |
a4490ad
to
75df47c
Compare
- added scroll up and down btn for stylepreview in notebookbar - added 'more' button option which is a toggle button opens the stylist Signed-off-by: Darshan-upadhyay1110 <[email protected]> Change-Id: I230ddefe3cb68dad3ba46b12eaabb12e99bad6db
75df47c
to
1b80927
Compare
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.
it works, Thanks!
Also please use more minimal buttons for the scroll up and down (example: search up and down buttons)
@@ -387,7 +387,7 @@ html[data-theme='dark'] .savemodified.unotoolbutton .unobutton img { | |||
/* Styles preview */ | |||
|
|||
#stylesview { | |||
height: 64px; | |||
height: 66px; |
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.
I was wondering why this needed to be changed?
border-top-right-radius: var(--border-radius); | ||
border-bottom-right-radius: var(--border-radius); | ||
height: 66px; | ||
margin-left: -5px; |
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.
can we use margin-inline-start instead?
width: var(--btn-img-size-m) !important; | ||
height: var(--btn-img-size-m) !important; |
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.
The icons need white space to breath around them. Can we use -s instead?
Change-Id: I230ddefe3cb68dad3ba46b12eaabb12e99bad6db
Summary
TODO
Checklist
make prettier-write
and formatted the code.make check
make run
and manually verified that everything looks okay