Skip to content

Commit

Permalink
Update import.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DaBluLite authored Aug 3, 2024
1 parent 1e5f87f commit 318faaf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions import.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
@import url("https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css");
:root {
--cyan-version: 24;
--cyan-subversion: 7;
--cyan-patch-version: 25;
--cyan-subversion: 8;
--cyan-patch-version: 3;
--cyan-blur: 48px;
--cyan-radius-round-interface: 50px;
--cyan-radius-interface: 24px;
Expand Down Expand Up @@ -1009,7 +1009,7 @@ div:not(.bannerVisible_fd6364) > .animatedContainer_fd6364,
.tip_e40c16 .combo_c90023,
.root_a3b6be,
.container_cebd1c .slider_cebd1c svg,
.channel_c91bad:has(a[href="/channels/@me"], a[href="/store"]) .content_f9647d,
.channel_c91bad:has(a[href="/channels/@me"], a[href="/store"], a[href="/shop"]) .content_f9647d,
#account .item_d90b3d .iconContainer_d90b3d:has(.caret_d90b3d),
.quickswitcher_f4e139 > .input_f4e139[value=""] + .scroller_f4e139,
.searchBarContainer_a0e1d7 > .heading_a0e1d7,
Expand Down Expand Up @@ -3660,7 +3660,7 @@ div:not([class="tutorialContainer_f9623d"])
border-radius: var(--cyan-radius-small);
box-shadow: var(--cyan-interface-shadow);
}
.channel_c91bad:has(a[href="/channels/@me"], a[href="/store"]) {
.channel_c91bad:has(a[href="/channels/@me"], a[href="/store"], a[href="/shop"]) {
width: calc((100% / 2) - 10px);
position: relative;
float: right;
Expand All @@ -3669,11 +3669,11 @@ div:not([class="tutorialContainer_f9623d"])
float: left;
margin-left: 10px;
}
.channel_c91bad:has(a[href="/channels/@me"], a[href="/store"]) > div {
.channel_c91bad:has(a[href="/channels/@me"], a[href="/store"], a[href="/shop"]) > div {
position: relative;
padding-right: 0;
}
.channel_c91bad:has(a[href="/channels/@me"], a[href="/store"]) .avatar_f9647d {
.channel_c91bad:has(a[href="/channels/@me"], a[href="/store"], a[href="/shop"]) .avatar_f9647d {
margin-right: 0;
width: 100%;
}
Expand Down

0 comments on commit 318faaf

Please sign in to comment.