Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schnensch0 committed Dec 23, 2021
1 parent 0709352 commit 555dce6
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,10 @@ svg.slider-TkfMQL svg, .bd-switch-slider>svg {
position: relative;
top: 1px;
}
.applicationInstallButton-1M2YjM {
margin-right: 16px;
width: -webkit-fill-available;
}
/* better roles | thanks to Bowser65#1337 */
.role-2irmRk {
position: relative;
Expand Down Expand Up @@ -1058,8 +1062,22 @@ svg.slider-TkfMQL svg, .bd-switch-slider>svg {
.stickerIcon-3TP7EM>:last-child {
visibility: hidden;
}
.stickerButtonTilted-2R4_UZ {
transform: none;
.buttonWrapper-1ZmCpA>svg {
transform: none !important;
}
.container-1mpd15[aria-label*="Gift"] path:first-child {
fill: currentcolor !important;
fill-rule: evenodd;
d: path("M 16.886 7.999 H 20 C 21.104 7.999 22 8.896 22 9.999 V 11.999 H 2 V 9.999 C 2 8.896 2.897 7.999 4 7.999 H 7.114 C 6.663 7.764 6.236 7.477 5.879 7.121 C 4.709 5.951 4.709 4.048 5.879 2.879 C 7.012 1.746 8.986 1.746 10.121 2.877 C 11.758 4.514 11.979 7.595 11.998 7.941 C 11.9991 7.9525 11.9966 7.96279 11.9941 7.97304 C 11.992 7.98151 11.99 7.98995 11.99 7.999 H 12.01 C 12.01 7.98986 12.0079 7.98134 12.0058 7.97287 C 12.0034 7.96282 12.0009 7.95286 12.002 7.942 C 12.022 7.596 12.242 4.515 13.879 2.878 C 15.014 1.745 16.986 1.746 18.121 2.877 C 19.29 4.049 19.29 5.952 18.121 7.121 C 17.764 7.477 17.337 7.764 16.886 7.999 Z M 7.293 5.707 C 6.903 5.316 6.903 4.682 7.293 4.292 C 7.481 4.103 7.732 4 8 4 C 8.268 4 8.519 4.103 8.707 4.292 C 9.297 4.882 9.641 5.94 9.825 6.822 C 8.945 6.639 7.879 6.293 7.293 5.707 Z M 14.174 6.824 C 14.359 5.941 14.702 4.883 15.293 4.293 C 15.481 4.103 15.732 4 16 4 C 16.268 4 16.519 4.103 16.706 4.291 C 17.096 4.682 17.097 5.316 16.707 5.707 C 16.116 6.298 15.057 6.642 14.174 6.824 Z M 3 13.999 V 19.999 C 3 21.102 3.897 21.999 5 21.999 H 11 V 13.999 H 3 Z M 13 13.999 V 21.999 H 19 C 20.104 21.999 21 21.102 21 19.999 V 13.999 H 13 Z") !important;
}
.container-1mpd15[aria-label*="Gift"] :is(rect, path:not(:first-child)) {
display: none;
}
.spoilerText-3p6IlD {
background-color: var(--button-background) !important;
}
.spoilerText-3p6IlD.hidden-HHr2R9 {
background-color: var(--background-tertiary) !important;
}
/* channel list */
.sidebar-2K8pFh, .content-1x5b-n {
Expand Down

0 comments on commit 555dce6

Please sign in to comment.