This commit is contained in:
ThatOneCalculator 2023-02-18 20:01:00 -08:00
parent b8499df5eb
commit 1d2e638571
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
3 changed files with 9 additions and 9 deletions

View File

@ -341,12 +341,12 @@ defineExpose({
.transition_modal-popup_enterActive, .transition_modal-popup_enterActive,
.transition_modal-popup_leaveActive { .transition_modal-popup_leaveActive {
> .bg { > .bg {
transition: opacity 0.1s !important; transition: opacity 0.2s !important;
} }
> .content { > .content {
transform-origin: var(--transformOrigin); transform-origin: var(--transformOrigin);
transition: opacity 0.1s cubic-bezier(0, 0, 0.2, 1), transform 0.1s cubic-bezier(0, 0, 0.2, 1) !important; transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1), transform 0.2s cubic-bezier(0, 0, 0.2, 1) !important;
} }
} }
.transition_modal-popup_enterFrom, .transition_modal-popup_enterFrom,

View File

@ -147,14 +147,14 @@ onMounted(async () => {
&.sub { &.sub {
> .icon { > .icon {
background: #907aa955; background: #907aa922;
color: #c4a7e7; color: #c4a7e7;
} }
} }
&.pub { &.pub {
> .icon { > .icon {
background: #56949f55; background: #56949f22;
color: #9ccfd8; color: #9ccfd8;
} }
} }

View File

@ -106,35 +106,35 @@ onMounted(async () => {
&.users { &.users {
> .icon { > .icon {
background: #56949f55; background: #56949f22;
color: #9ccfd8; color: #9ccfd8;
} }
} }
&.notes { &.notes {
> .icon { > .icon {
background: #28698355; background: #28698322;
color: #31748f; color: #31748f;
} }
} }
&.instances { &.instances {
> .icon { > .icon {
background: #d7827e55; background: #d7827e22;
color: #ebbcba; color: #ebbcba;
} }
} }
&.emojis { &.emojis {
> .icon { > .icon {
background: #ea9d3455; background: #ea9d3422;
color: #f6c177; color: #f6c177;
} }
} }
&.online { &.online {
> .icon { > .icon {
background: #907aa955; background: #907aa922;
color: #c4a7e7; color: #c4a7e7;
} }
} }