Skip to content

Commit

Permalink
Presenter console UI: remove btn borders and update nav and time btn
Browse files Browse the repository at this point in the history
Before this commit the button radius looked odd because the size of
the nav btns or not a sqr
 - Better to don't rely on the container for visuals and instead make
 it bultin in the svg. Plus we can then remove the extra lines

Additionally update timer related buttons.

Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: I6058b85f440be87a774a5bee8d0667af1d38d82d
  • Loading branch information
pedropintosilva committed Nov 20, 2024
1 parent 418c4d7 commit eace126
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions browser/images/presenterscreen-ButtonEffectNextSelected.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion browser/images/presenterscreen-ButtonPauseTimerNormal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion browser/images/presenterscreen-ButtonResumeTimerNormal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion browser/src/slideshow/PresenterConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class PresenterConsole {
navigationButtons.forEach((button) => {
button.style.width = '2.5vw';
button.style.height = '5.5vh';
button.style.border = '1px solid';
button.style.border = 'none';
button.style.borderColor = this.slideShowColor;
button.style.justifyContent = 'center';
button.style.borderRadius = '50%';
Expand Down

0 comments on commit eace126

Please sign in to comment.