Update release-beta to output generated at 0e50a92

This commit is contained in:
SendNukez 2021-12-10 19:13:05 +00:00
parent 1d8a88c65c
commit 6eb96b889f
3 changed files with 46 additions and 23 deletions

View file

@ -1 +1 @@
Beta-4dd2d42
Beta-0e50a92

File diff suppressed because one or more lines are too long

View file

@ -837,6 +837,10 @@ generic-modal .GenericModal__overlay .GenericModal {
background-color: rgba(var(--spice-rgb-selected-row), 0.2) !important;
}
svg[icon-type=dribbblish] {
overflow: visible;
}
:root {
--bar-height: 70px;
--bar-cover-art-size: 40px;
@ -1391,6 +1395,7 @@ html.sidebar-hide-text .GlueDropTarget span {
transform: translateX(-50%);
padding: 0 5px;
text-align: center;
white-space: nowrap;
pointer-events: none;
border: 1px solid rgba(var(--spice-rgb-subtext), calc(0.1 + 0.1 * var(--is_light)));
border-radius: var(--main-corner-radius);
@ -2068,10 +2073,6 @@ html:not(.buddyfeed-visible) .Root__top-container::before {
display: none;
}
svg[type=dribbblish-icon] {
overflow: visible;
}
canvas[width="250"][height="250"] {
display: none;
}