Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Metro420yt committed Oct 27, 2024
2 parents 0ad30d9 + 84c0317 commit 26b079f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/classUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Update
run: npm run classUpdate
run: npm run class
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
paths:
- stuff/**
workflow_run:
workflows: ["Update Classes"]
types:
- completed

jobs:
compile:
Expand Down
8 changes: 4 additions & 4 deletions betterdiscord/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
:root .chat_a7d72e .form_a7d72e .wrapper_faf5ab {
z-index: unset;
}
:root .chat_a7d72e .form_a7d72e .channelTextArea_a7d72e .scrollableContainer_d0696b::after,
:root .chat_a7d72e .form_a7d72e .channelTextArea_a7d72e .scrollableContainer_bdf0de::after,
:root .chat_a7d72e .form_a7d72e .wrapper_faf5ab::after {
position: absolute;
content: "";
Expand Down Expand Up @@ -206,8 +206,8 @@
:root .stickerInspected_a708c4 .inspectedIndicator_a708c4 {
background-color: rgba(110, 133, 211, 0.1294117647);
}
:root .attachButton_d0696b .attachButtonPlus_f298d4,
:root .attachButton_d0696b:hover .attachButtonPlus_f298d4 {
:root .attachButton_bdf0de .attachButtonPlus_f298d4,
:root .attachButton_bdf0de:hover .attachButtonPlus_f298d4 {
fill: var(--chat-buttons);
}
:root .buttonWrapper_f9af59,
Expand Down Expand Up @@ -2480,7 +2480,7 @@
padding-left: 0;
}
:root .layerContainer-2v_Sit .scroller-3nFW5p > .content_eed6a8,
:root .layerContainer-2v_Sit .scroller-3nFW5p .buttons_d0696b,
:root .layerContainer-2v_Sit .scroller-3nFW5p .buttons_bdf0de,
:root .layerContainer-2v_Sit .scroller-3nFW5p .messagesPopout_ac90a2 {
padding-right: 10px !important;
}
Expand Down
6 changes: 3 additions & 3 deletions stuff/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
z-index: unset;
}

.channelTextArea_a7d72e .scrollableContainer_d0696b::after,
.channelTextArea_a7d72e .scrollableContainer_bdf0de::after,
.wrapper_faf5ab::after {
position: absolute;
content: "";
Expand Down Expand Up @@ -270,8 +270,8 @@
}

// Chat buttons
.attachButton_d0696b .attachButtonPlus_f298d4,
.attachButton_d0696b:hover .attachButtonPlus_f298d4 {
.attachButton_bdf0de .attachButtonPlus_f298d4,
.attachButton_bdf0de:hover .attachButtonPlus_f298d4 {
fill: var(--chat-buttons);
}
.buttonWrapper_f9af59,
Expand Down
2 changes: 1 addition & 1 deletion stuff/_other.scss
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
padding-left: 0;

& > .content_eed6a8,
.buttons_d0696b,
.buttons_bdf0de,
.messagesPopout_ac90a2 {
padding-right: 10px !important;
}
Expand Down
2 changes: 1 addition & 1 deletion stuff/custom/_no-scrollbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.unread_d8bfb3 {
z-index: 1;
}
.buttons_d0696b {
.buttons_bdf0de {
padding-right: 10px !important;
}
.typeThread_d8bfb3 .link_d8bfb3 {
Expand Down

0 comments on commit 26b079f

Please sign in to comment.