Skip to content

Commit

Permalink
squeezed forum is canon
Browse files Browse the repository at this point in the history
  • Loading branch information
Leozard committed Jun 24, 2024
1 parent 32bc9e5 commit bb9c21a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4638,6 +4638,9 @@ pre {
.container_d1c246 {
@extend %forumChat !optional;
}
.floating_d1c246 {
@extend %forumChatFloating !optional;
}
.pill_c993da {
@extend %forumTag !optional;
}
Expand Down
4 changes: 4 additions & 0 deletions src/pages/forums.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@
// CHAT
%forumChat {
background: transparent;
&%forumChatFloating {
background-color: hsla(0, 0%, 0%, 0.6);
border-color: hsla(0, 0%, 100%, 0.07);
}
}
%forumChatIcon {
background: $main-color;
Expand Down

0 comments on commit bb9c21a

Please sign in to comment.