Skip to content

Commit

Permalink
deploy: 27852c5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Nov 7, 2024
1 parent 0d5e1c7 commit b11885e
Showing 1 changed file with 22 additions and 9 deletions.
31 changes: 22 additions & 9 deletions dist/FrostedGlass.css
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,8 @@ textarea {
#app-mount .jumpToPresentBar_cf58b5 {
border-radius: 8px;
background-color: var(--foreground-double);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
padding-bottom: 0;
bottom: 10px;
}
Expand Down Expand Up @@ -771,6 +773,10 @@ textarea {
background: var(--gradient);
color: var(--text-normal);
}
#app-mount .popoverReactionHoverBar_e986d9 {
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
}

#app-mount .form_a7d72e {
margin-top: 0;
Expand Down Expand Up @@ -1139,25 +1145,32 @@ textarea {
background: transparent;
box-shadow: none;
}
#app-mount .container_eedf95 .displayedNick-2dDbfG,
#app-mount .container_eedf95 .filter-5YbOzJ,
#app-mount .container_eedf95 .header-3A13BX {
#app-mount .container_eedf95 .displayedNick_b0286e {
color: var(--text-normal);
}
#app-mount .container_eedf95 .answer-2fBfuP,
#app-mount .container_eedf95 .displayUsername-14aOpK {
#app-mount .container_eedf95 .displayUsername_b0286e {
color: var(--text-muted);
}
#app-mount .container_eedf95 .option-2KkUJO .plusIcon-2V7coV {
#app-mount .container_eedf95 .option_b0286e .content_b0286e {
--webkit-mask-image: linear-gradient(90deg, white, white 95%, transparent);
-webkit-mask-image: linear-gradient(90deg, white, white 95%, transparent);
mask-image: linear-gradient(90deg, white, white 95%, transparent);
}
#app-mount .container_eedf95 .option_b0286e .plusIcon_b0286e {
color: var(--text-normal);
}
#app-mount .container_eedf95 .option-2KkUJO.selected-rZcOL- {
#app-mount .container_eedf95 .option_b0286e:hover .content_b0286e {
--webkit-mask-image: linear-gradient(90deg, white, white 87%, transparent 92%, transparent);
-webkit-mask-image: linear-gradient(90deg, white, white 87%, transparent 92%, transparent);
mask-image: linear-gradient(90deg, white, white 87%, transparent 92%, transparent);
}
#app-mount .container_eedf95 .option_b0286e.selected-rZcOL- {
background: var(--foreground);
}
#app-mount .container_eedf95 .option-2KkUJO.selected-rZcOL-::after {
#app-mount .container_eedf95 .option_b0286e.selected-rZcOL-::after {
background: linear-gradient(90deg, transparent, var(--foreground-double));
}
#app-mount .container_eedf95 .option-2KkUJO::after {
#app-mount .container_eedf95 .option_b0286e::after {
background: transparent;
}
#app-mount .container_eedf95 .react-datepicker,
Expand Down

0 comments on commit b11885e

Please sign in to comment.