Skip to content

Commit

Permalink
deploy: 1741068
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddim-GLiTCH committed Nov 5, 2023
1 parent c557314 commit 204409f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions virtual-boy.css
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ span[class*=username-][class*=desaturateUserColors-][class*=clickable] {
}

/* add @ to profile pop up */
.userTagWithNickname-13lfvd::before {
.userTagWithNickname__1eba9::before {
content: "@";
color: var(--header-primary);
line-height: 18px;
Expand All @@ -717,22 +717,22 @@ div[class*=lineClamp2Plus] {
margin: 0 !important;
}

.divider-2dDziJ:hover {
.divider_ed0c1d:hover {
position: absolute;
bottom: 955px;
left: 573px;
}

.layer-2BGhQ8:has(img[src*="801089753038061669"]) .profileBadges-2pItdR {
.layer_ec16dd:has(img[src*="801089753038061669"]) .profileBadges__7a7cb {
padding-right: 30px;
}

.layer-2BGhQ8:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground-3A0Pcz {
.layer_ec16dd:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground_d8afa4 {
position: relative;
overflow: visible;
}

.layer-2BGhQ8:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground-3A0Pcz > .divider-2dDziJ {
.layer_ec16dd:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground_d8afa4 > .divider_ed0c1d {
width: 22px;
height: 22px;
background-color: transparent !important;
Expand All @@ -745,12 +745,12 @@ div[class*=lineClamp2Plus] {
box-sizing: border-box;
}

.layer-2BGhQ8:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground-3A0Pcz > .divider-2dDziJ:before,
.layer-2BGhQ8:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground-3A0Pcz > .divider-2dDziJ:after {
.layer_ec16dd:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground_d8afa4 > .divider_ed0c1d:before,
.layer_ec16dd:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground_d8afa4 > .divider_ed0c1d:after {
pointer-events: none;
}

.layer-2BGhQ8:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground-3A0Pcz > .divider-2dDziJ:before {
.layer_ec16dd:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground_d8afa4 > .divider_ed0c1d:before {
content: "";
display: flex;
height: 22px;
Expand All @@ -761,7 +761,7 @@ div[class*=lineClamp2Plus] {
border-radius: 0px;
}

.layer-2BGhQ8:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground-3A0Pcz > .divider-2dDziJ:after {
.layer_ec16dd:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground_d8afa4 > .divider_ed0c1d:after {
content: "Virtual Boy Theme Dev";
width: -moz-max-content;
width: max-content;
Expand All @@ -778,7 +778,7 @@ div[class*=lineClamp2Plus] {
transition: opacity 0ms linear;
}

.layer-2BGhQ8:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground-3A0Pcz > .divider-2dDziJ:hover:after {
.layer_ec16dd:has(img[src*="801089753038061669"]) .userPopoutOverlayBackground_d8afa4 > .divider_ed0c1d:hover:after {
opacity: 1;
}

Expand Down

0 comments on commit 204409f

Please sign in to comment.