Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Re-run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Aug 19, 2023
1 parent aedcd55 commit 58193cc
Show file tree
Hide file tree
Showing 13 changed files with 16,744 additions and 780 deletions.
4,208 changes: 4,207 additions & 1 deletion Boreal/src/boreal.css

Large diffs are not rendered by default.

4,591 changes: 4,590 additions & 1 deletion Duality/src/duality.css

Large diffs are not rendered by default.

1,897 changes: 1,896 additions & 1 deletion LlunaPlena/src/llunaplena.css

Large diffs are not rendered by default.

53 changes: 52 additions & 1 deletion Poison/src/hideMembers.css
Original file line number Diff line number Diff line change
@@ -1 +1,52 @@
:root{--members-hiding: 80%;--members-showing: 0%;--transition-speed: 0.35s}.chatContent-3KubbW{position:absolute;width:97% !important;height:100%}.membersWrap-3NUR2t{position:absolute;top:0;right:0%;height:100%;-webkit-backface-visibility:hidden;-webkit-perspective:1000;-webkit-transform:translate3d(0, 0, 0);-webkit-transform:translateZ(0);-webkit-transform:translateX(var(--members-hiding));backface-visibility:hidden;perspective:1000;transform:translate3d(0, 0, 0);transform:translateZ(0);transform:translateX(var(--members-hiding));justify-content:unset;transition:transform var(--transition-speed) ease-in;will-change:transform}.membersGroup-2eiWxl{-webkit-backface-visibility:hidden;-webkit-perspective:1000;-webkit-transform:translate3d(0, 0, 0);-webkit-transform:translateZ(0);backface-visibility:hidden;perspective:1000;transform:translate3d(0, 0, 0);transform:translateZ(0);color:rgba(0,0,0,0);transition:color var(--transition-speed) ease-in;will-change:color}.member-2gU6Ar{margin-left:2px;margin-bottom:3px}.membersWrap-3NUR2t:hover{transform:translateX(var(--members-showing))}.membersWrap-3NUR2t:hover .membersGroup-2eiWxl{color:#fff}
:root {
--members-hiding: 80%;
--members-showing: 0%;
--transition-speed: 0.35s;
}
.chatContent-3KubbW {
position: absolute;
width: 97% !important;
height: 100%;
}
.membersWrap-3NUR2t {
position: absolute;
top: 0;
right: 0%;
height: 100%;
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
-webkit-transform: translate3d(0, 0, 0);
-webkit-transform: translateZ(0);
-webkit-transform: translateX(var(--members-hiding));
backface-visibility: hidden;
perspective: 1000;
transform: translate3d(0, 0, 0);
transform: translateZ(0);
transform: translateX(var(--members-hiding));
justify-content: unset;
transition: transform var(--transition-speed) ease-in;
will-change: transform;
}
.membersGroup-2eiWxl {
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
-webkit-transform: translate3d(0, 0, 0);
-webkit-transform: translateZ(0);
backface-visibility: hidden;
perspective: 1000;
transform: translate3d(0, 0, 0);
transform: translateZ(0);
color: rgba(0, 0, 0, 0);
transition: color var(--transition-speed) ease-in;
will-change: color;
}
.member-2gU6Ar {
margin-left: 2px;
margin-bottom: 3px;
}
.membersWrap-3NUR2t:hover {
transform: translateX(var(--members-showing));
}
.membersWrap-3NUR2t:hover .membersGroup-2eiWxl {
color: #fff;
}
4,724 changes: 4,723 additions & 1 deletion Poison/src/poison.css

Large diffs are not rendered by default.

182 changes: 109 additions & 73 deletions src/_avatarStyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,206 +12,242 @@
--avatar-radius: 0%;
--user-card-width: 280px;
}
#app-mount .wrapper-1VLyxH svg:not(:root) { /*Makes the status bar show*/
#app-mount .wrapper-1VLyxH svg:not(:root) {
/*Makes the status bar show*/
overflow: visible;
}

/*Avatars*/
.userInfo-2WpsYG .avatar-2MSPKk svg foreignObject { /*Modifies avatar on friends list*/
.userInfo-2WpsYG .avatar-2MSPKk svg foreignObject {
/*Modifies avatar on friends list*/
mask: none;
border-radius: var(--avatar-radius);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.avatar-6qzftW svg:not(.linkButtonIcon-7rsZcu) foreignObject { /*Modifies avatar on server members*/
.avatar-6qzftW svg:not(.linkButtonIcon-7rsZcu) foreignObject {
/*Modifies avatar on server members*/
mask: none;
border-radius: var(--avatar-radius);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.userPopout-2j1gM4 { /*User popout width*/
width: var(--user-card-width)!important;
.userPopout-2j1gM4 {
/*User popout width*/
width: var(--user-card-width) !important;
}
.headerTop-3GPUSF { /*User card info*/
.headerTop-3GPUSF {
/*User card info*/
margin-top: 240px;
}
.profileBadges-2pItdR { /*User card badges*/
.profileBadges-2pItdR {
/*User card badges*/
top: 52px;
}
.avatarPositionNormal-2jWoC2 { /*User card avatar position*/
.avatarPositionNormal-2jWoC2 {
/*User card avatar position*/
top: 60px;
left: 0;
border-radius: 0;
}
.avatarPositionPremium-1zPBq9 { /*User card nitro position*/
.avatarPositionPremium-1zPBq9 {
/*User card nitro position*/
top: 120px;
left: 0;
}
.avatar-2Vndt_ svg foreignObject { /*User card avatar mask*/
.avatar-2Vndt_ svg foreignObject {
/*User card avatar mask*/
mask: none;
}
.avatar-2Vndt_ { /*Avatar dimensions*/
width: var(--user-card-width)!important;
height: var(--user-card-width)!important;
.avatar-2Vndt_ {
/*Avatar dimensions*/
width: var(--user-card-width) !important;
height: var(--user-card-width) !important;
border: none;
}
.avatarHint-k7pYop { /*View profile hint*/
.avatarHint-k7pYop {
/*View profile hint*/
top: 0;
left: 0;
width: var(--user-card-width)!important;
height: var(--user-card-width)!important;
width: var(--user-card-width) !important;
height: var(--user-card-width) !important;
}
.avatarHint-k7pYop foreignObject { /*View profile hint mask*/
.avatarHint-k7pYop foreignObject {
/*View profile hint mask*/
mask: none;
}
.avatar-2e8lTP.clickable-31pE3P { /*Chat avatar*/
.avatar-2e8lTP.clickable-31pE3P {
/*Chat avatar*/
border-radius: var(--avatar-radius);
}
.container-YkUktl .avatar-1EWyVD svg foreignObject { /*Status bar avatar*/
.container-YkUktl .avatar-1EWyVD svg foreignObject {
/*Status bar avatar*/
mask: none;
border-radius: var(--avatar-radius);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.repliedMessage-3Z6XBG .replyAvatar-sHd2sU { /*Reply avatar*/
.repliedMessage-3Z6XBG .replyAvatar-sHd2sU {
/*Reply avatar*/
border-radius: var(--avatar-radius);
}
.wrapper-28eC3z svg foreignObject { /*Server icons*/
.wrapper-28eC3z svg foreignObject {
/*Server icons*/
mask: none;
border-radius: var(--avatar-radius);
}
.headerAvatar-GgCKcl svg foreignObject{ /*Active now icons*/
.headerAvatar-GgCKcl svg foreignObject {
/*Active now icons*/
mask: none;
border-radius: var(--avatar-radius);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.avatar-3QF_VA svg foreignObject { /*Profile avatar*/
.avatar-3QF_VA svg foreignObject {
/*Profile avatar*/
mask: none;
border-radius: var(--avatar-radius);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}

/*User status*/
.userInfo-2WpsYG .avatar-2MSPKk svg > :last-child:not(foreignObject) { /*Modifies the user status on friends list*/
.userInfo-2WpsYG .avatar-2MSPKk svg > :last-child:not(foreignObject) {
/*Modifies the user status on friends list*/
mask: none;
x: 32;
y: -32;
transform: rotate(90deg);
width: 4px;
height: inherit;
}
.userInfo-2WpsYG .avatar-2MSPKk svg > :last-child:not(foreignObject):not([mask*="url(#svg"]) { /*Status changed on friends list*/
.userInfo-2WpsYG .avatar-2MSPKk svg > :last-child:not(foreignObject):not([mask*="url(#svg"]) {
/*Status changed on friends list*/
mask: none;
width: 126%;
height: 4px;
y: 15!important;
x: -14!important;
y: 15 !important;
x: -14 !important;
}
.userInfo-2WpsYG .avatar-2MSPKk svg > svg:not(foreignObject) { /*Status changed on friends list*/
x: 0!important;
y: 15!important;
width: 40px!important;
.userInfo-2WpsYG .avatar-2MSPKk svg > svg:not(foreignObject) {
/*Status changed on friends list*/
x: 0 !important;
y: 15 !important;
width: 40px !important;
}
.avatar-6qzftW svg:not(.linkButtonIcon-7rsZcu) > :last-child:not(foreignObject) { /*Modifies userstatus on server members*/
.avatar-6qzftW svg:not(.linkButtonIcon-7rsZcu) > :last-child:not(foreignObject) {
/*Modifies userstatus on server members*/
mask: none;
x: 32;
y: -32;
transform: rotate(90deg);
width: 4px;
height: inherit;
}
.avatar-6qzftW svg:not(.linkButtonIcon-7rsZcu) > :last-child:not(foreignObject):not([mask*="url(#svg"]) { /*Status changed on server members/DMs*/
.avatar-6qzftW svg:not(.linkButtonIcon-7rsZcu) > :last-child:not(foreignObject):not([mask*="url(#svg"]) {
/*Status changed on server members/DMs*/
mask: none;
width: 126%;
height: 4px;
y: 15!important;
x: -14!important;
y: 15 !important;
x: -14 !important;
transform: rotate(0deg);
}
.avatar-6qzftW svg > svg:not(foreignObject) { /*Status changed on server members/DMs*/
x: 0!important;
y: 15!important;
width: 40px!important;
.avatar-6qzftW svg > svg:not(foreignObject) {
/*Status changed on server members/DMs*/
x: 0 !important;
y: 15 !important;
width: 40px !important;
}
.avatarWrapper-eenWra .wrapper-1VLyxH svg > :last-child:not(foreignObject) { /*User card status*/
.avatarWrapper-eenWra .wrapper-1VLyxH svg > :last-child:not(foreignObject) {
/*User card status*/
mask: none;
y: -80;
x: 79.75;
transform: rotate(90deg);
width: 3px;
height: 100%;
}
.avatarWrapper-eenWra .wrapper-1VLyxH svg > :last-child:not(foreignObject):not([mask*="url(#svg"]) { /*User card status changed settings*/
.avatarWrapper-eenWra .wrapper-1VLyxH svg > :last-child:not(foreignObject):not([mask*="url(#svg"]) {
/*User card status changed settings*/
mask: none;
width: 200%;
height: 4px;
y: 28!important;
x: -48!important;
y: 28 !important;
x: -48 !important;
transform: rotate(0deg);
}
.avatarWrapper-eenWra .wrapper-1VLyxH svg > svg:not(foreignObject) { /*User card status changed*/
x: 0!important;
y: 15!important;
width: 100%!important;
.avatarWrapper-eenWra .wrapper-1VLyxH svg > svg:not(foreignObject) {
/*User card status changed*/
x: 0 !important;
y: 15 !important;
width: 100% !important;
}
.container-YkUktl .avatar-1EWyVD svg > :last-child:not(foreignObject) { /*Status bar status*/
.container-YkUktl .avatar-1EWyVD svg > :last-child:not(foreignObject) {
/*Status bar status*/
mask: none;
width: 80%;
height: 4px;
y: 32;
x: 0;
}
.container-YkUktl .avatar-1EWyVD svg > :last-child:not(foreignObject):not([mask*="url(#svg"]) { /*Status changed settings*/
.container-YkUktl .avatar-1EWyVD svg > :last-child:not(foreignObject):not([mask*="url(#svg"]) {
/*Status changed settings*/
mask: none;
width: 126%;
height: 4px;
y: 15!important;
x: -14!important;
y: 15 !important;
x: -14 !important;
}
.container-YkUktl .avatar-1EWyVD svg > svg:not(foreignObject) { /*Status changed settings*/
x: 0!important;
y: 15!important;
width: 40px!important;
.container-YkUktl .avatar-1EWyVD svg > svg:not(foreignObject) {
/*Status changed settings*/
x: 0 !important;
y: 15 !important;
width: 40px !important;
}
.headerAvatar-GgCKcl svg > :last-child:not(foreignObject) { /*Active now status*/
.headerAvatar-GgCKcl svg > :last-child:not(foreignObject) {
/*Active now status*/
mask: none;
x: 32;
y: -32;
transform: rotate(90deg);
width: 4px;
height: inherit;
}
.headerAvatar-GgCKcl svg > :last-child:not(foreignObject):not([mask*="url(#svg"]) { /*Status changed on active now*/
.headerAvatar-GgCKcl svg > :last-child:not(foreignObject):not([mask*="url(#svg"]) {
/*Status changed on active now*/
mask: none;
width: 126%;
height: 4px;
y: 15!important;
x: -14!important;
y: 15 !important;
x: -14 !important;
}
.headerAvatar-GgCKcl svg > svg:not(foreignObject) { /*Status changed on active now*/
x: 0!important;
y: 15!important;
width: 40px!important;
.headerAvatar-GgCKcl svg > svg:not(foreignObject) {
/*Status changed on active now*/
x: 0 !important;
y: 15 !important;
width: 40px !important;
}
.avatar-3QF_VA svg > :last-child:not(foreignObject) { /*Profile status*/
.avatar-3QF_VA svg > :last-child:not(foreignObject) {
/*Profile status*/
mask: none;
x: 76;
y: -80;
transform: rotate(90deg);
width: 4px;
height: inherit;
}
.avatar-3QF_VA svg > :last-child:not(foreignObject):not([mask*="url(#svg"]) { /*Status changed on profile*/
.avatar-3QF_VA svg > :last-child:not(foreignObject):not([mask*="url(#svg"]) {
/*Status changed on profile*/
mask: none;
width: 126%;
height: 4px;
y: 15!important;
x: -14!important;
}
.avatar-3QF_VA svg > svg:not(foreignObject) { /*Status changed on profile*/
x: 0!important;
y: 15!important;
width: 40px!important;
}
y: 15 !important;
x: -14 !important;
}
.avatar-3QF_VA svg > svg:not(foreignObject) {
/*Status changed on profile*/
x: 0 !important;
y: 15 !important;
width: 40px !important;
}
Loading

0 comments on commit 58193cc

Please sign in to comment.