Skip to content

Commit f7d0780

Browse files
committed
chore(filter): bigger shiny button
1 parent e28c088 commit f7d0780

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# UnderScript Changelog
22

33
## Version 0.57.1 (2024-04-05)
4+
1. Made Shiny filtered button bigger
45
1. Fixed collection dropdown filter translation error
56

67
## Version 0.57.0 (2024-04-01)

src/base/library/hideCheckboxes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function refresh() {
2828
if (apply()) {
2929
styles.replace(
3030
'.filter input { display: none; }',
31-
'.filter input+* { margin: 0 2px; }',
31+
'.filter .rainbowText { padding: 0px 5px; font-size: 22px; }',
3232
);
3333
} else {
3434
styles.remove();

0 commit comments

Comments
 (0)