Skip to content

Commit

Permalink
Merge pull request #6631 from nextcloud/fix/color-picker-size
Browse files Browse the repository at this point in the history
fix: color picker size
  • Loading branch information
GretaD authored Jan 16, 2025
2 parents e2da870 + 0c1d227 commit 1dbc421
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions css/app-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,9 @@
}

&__color-preview {
$size: 44px;
width: $size !important;
height: $size !important;
border-radius: $size;
width:var(--default-clickable-area) !important;
height: var(--default-clickable-area) !important;
border-radius: var(--default-clickable-area);
}
}

Expand Down

0 comments on commit 1dbc421

Please sign in to comment.