Skip to content

Commit 491990a

Browse files
committed
format
1 parent 93ceddd commit 491990a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1041
-485
lines changed

lib/selectors/selectorPlaceholders.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@ pre {
22192219
.repliedTextPreview_c19a55 {
22202220
@extend %messageRepliedTextPreview !optional;
22212221
}
2222-
.repliedMessageClickableSpineHovered_c19a55 {
2222+
.repliedMessageClickableSpineHovered_c19a55 {
22232223
@extend %messageRepliedSpineHovered !optional;
22242224
}
22252225
.repliedTextContent_c19a55 {
@@ -5602,4 +5602,4 @@ pre {
56025602
}
56035603
.scroller__28a87 {
56045604
@extend %ageRestricted !optional;
5605-
}
5605+
}

main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ $version: '6.9.0';
172172

173173
// FIXES
174174
@import 'src/fixespt2';
175-
@import 'src/visualRefresh'
175+
@import 'src/visualRefresh';

src/app/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ textarea,
7272

7373
// TAB FOCUS
7474
%focusRing {
75-
box-shadow: 0 0 0 4px cv('colors.focus');
75+
box-shadow: 0 0 0 4px cv('colors.focus');
7676
}

src/channels/category.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
transition: all 0.3s ease-in-out;
3434
background: linear-gradient(to right, $main-color 50%, transparent);
3535
margin-left: 5px;
36-
}
36+
}
3737
}
3838

3939
// COLLAPSED

src/channels/channels.scss

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ html:not(%visualRefresh) %channelsSidebar:not(%channelsSidebarHidden) {
1111
}
1212

1313
// CHANNELS HEADER
14-
%channelsHeaderClickable, %channelsHeaderSelected {
14+
%channelsHeaderClickable,
15+
%channelsHeaderSelected {
1516
%channelsHeader {
1617
&:hover {
1718
background-color: hsla(0, 0%, 100%, 0.1);
@@ -104,7 +105,7 @@ html:not(%visualRefresh) %channelsSidebar:not(%channelsSidebarHidden) {
104105
background: var(--background-modifier-hover);
105106
}
106107
:is(%channelName, %channelIcon) {
107-
color: var(--channel-hovered);
108+
color: var(--channel-hovered);
108109
}
109110
}
110111
// UNREAD
@@ -164,7 +165,6 @@ html:not(%visualRefresh) %channelsSidebar:not(%channelsSidebarHidden) {
164165
&:hover {
165166
:is(%channelName, %channelIcon) {
166167
color: var(--channel-color);
167-
168168
}
169169
}
170170
}
@@ -243,7 +243,9 @@ html:not(%visualRefresh) %channelsSidebar:not(%channelsSidebarHidden) {
243243
height: 1.7em;
244244
background: linear-gradient(to right, $main-color 10%, transparent);
245245
opacity: 0.5;
246-
transition: all 0.1s ease-in-out, width 0.15s ease-in-out;
246+
transition:
247+
all 0.1s ease-in-out,
248+
width 0.15s ease-in-out;
247249
pointer-events: none;
248250
z-index: -1;
249251
border-radius: 999px;
@@ -252,7 +254,9 @@ html:not(%visualRefresh) %channelsSidebar:not(%channelsSidebarHidden) {
252254
}
253255
}
254256
%voiceUserAvatarSpeaking {
255-
box-shadow: 0 0 0 2px $main-color, inset 0 0 3px rgba(0, 0, 0, 0.5);
257+
box-shadow:
258+
0 0 0 2px $main-color,
259+
inset 0 0 3px rgba(0, 0, 0, 0.5);
256260
&:after {
257261
@include pos($top: -2px, $bottom: -2px);
258262
width: 150px;
@@ -321,4 +325,4 @@ html:not(%visualRefresh) %channelsSidebar:not(%channelsSidebarHidden) {
321325
color: #fff;
322326
}
323327
}
324-
}
328+
}

src/channels/panels.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%panel,
1010
%panelContainer {
1111
background-color: transparent;
12-
}
12+
}
1313
}
1414

1515
// ACCOUNT & CONNECTION PANELS

src/channels/privateChannels.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
max-width: none;
5151
}
5252
%privateChannelInteractive {
53-
position: relative;
53+
position: relative;
5454
color: var(--channel-color);
5555
z-index: 1;
5656
&:before {

src/chat/call.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
%callUserTile {
2424
background-color: transparent;
25-
}/*
25+
} /*
2626
%callParticipantsButton {
2727
background-color: cv('bg.general.card');
2828
&:hover {
@@ -98,8 +98,7 @@
9898
background-color: cv('bg.general.card');
9999
}
100100

101-
102101
// TEXT CHAT
103102
%callChatWrapper {
104103
background: transparent;
105-
}
104+
}

src/chat/chat.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ div[aria-checked='true'] %replyMentionButton {
115115
border: 2px dashed hsla(0, 0%, 100%, 0.5);
116116
}
117117
}
118-
}
118+
}

src/chat/modView.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
background-color: hsla(0, 0%, 0%, 0.6);
4848
border: 1px solid hsla(0, 0%, 100%, 0.05);
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)