Skip to content

Commit 42482cb

Browse files
authored
prettier
1 parent eb25fa1 commit 42482cb

1 file changed

Lines changed: 6 additions & 13 deletions

File tree

src/roundeddiscord.css

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,8 @@
8989
.button_f7ecac.selected_f7ecac,
9090
.button_f7ecac:hover,
9191
.buttons__2d021,
92-
.calendarPicker_d27f17
93-
.react-datepicker__navigation.react-datepicker__navigation--next,
94-
.calendarPicker_d27f17
95-
.react-datepicker__navigation.react-datepicker__navigation--previous,
92+
.calendarPicker_d27f17 .react-datepicker__navigation.react-datepicker__navigation--next,
93+
.calendarPicker_d27f17 .react-datepicker__navigation.react-datepicker__navigation--previous,
9694
.calloutContainer__6fddf,
9795
.cameraPreview__19236,
9896
.cardContainerWithoutTopIndicator__3efc4,
@@ -144,6 +142,7 @@
144142
.connectedAccountContainer_e6abe8,
145143
.connection_c7f964,
146144
.containerBorderRadius_cb32c7,
145+
.container__01ae2,
147146
.container__0800c,
148147
.container__0be77,
149148
.container__0e476,
@@ -718,15 +717,11 @@ html:not(.visual-refresh-chat-input) .inner_a9982 {
718717
.root_e5f3a9 .body_c6f1a4 {
719718
border-radius: 0 !important;
720719
}
721-
.calendarPicker_d27f17
722-
.react-datepicker__week:last-of-type
723-
> .react-datepicker__day:first-of-type,
720+
.calendarPicker_d27f17 .react-datepicker__week:last-of-type > .react-datepicker__day:first-of-type,
724721
.categoryList_c0e32c {
725722
border-bottom-left-radius: var(--radius);
726723
}
727-
.calendarPicker_d27f17
728-
.react-datepicker__week:last-of-type
729-
> .react-datepicker__day:last-of-type,
724+
.calendarPicker_d27f17 .react-datepicker__week:last-of-type > .react-datepicker__day:last-of-type,
730725
.listWrapper__8ef02 {
731726
border-bottom-right-radius: var(--radius);
732727
}
@@ -738,9 +733,7 @@ html:not(.visual-refresh-chat-input) .inner_a9982 {
738733
> .react-datepicker__day:first-of-type {
739734
border-top-left-radius: var(--radius);
740735
}
741-
.calendarPicker_d27f17
742-
.react-datepicker__week:first-of-type
743-
> .react-datepicker__day:last-of-type {
736+
.calendarPicker_d27f17 .react-datepicker__week:first-of-type > .react-datepicker__day:last-of-type {
744737
border-top-right-radius: var(--radius);
745738
}
746739
.categoryItemDefaultCategory_b9ee0c {

0 commit comments

Comments
 (0)