mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-07-08 04:31:22 +00:00
Update release-beta to output generated at 0e50a92
This commit is contained in:
parent
1d8a88c65c
commit
6eb96b889f
3 changed files with 46 additions and 23 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
Beta-4dd2d42
|
Beta-0e50a92
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
9
user.css
9
user.css
|
|
@ -837,6 +837,10 @@ generic-modal .GenericModal__overlay .GenericModal {
|
||||||
background-color: rgba(var(--spice-rgb-selected-row), 0.2) !important;
|
background-color: rgba(var(--spice-rgb-selected-row), 0.2) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
svg[icon-type=dribbblish] {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bar-height: 70px;
|
--bar-height: 70px;
|
||||||
--bar-cover-art-size: 40px;
|
--bar-cover-art-size: 40px;
|
||||||
|
|
@ -1391,6 +1395,7 @@ html.sidebar-hide-text .GlueDropTarget span {
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
white-space: nowrap;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
border: 1px solid rgba(var(--spice-rgb-subtext), calc(0.1 + 0.1 * var(--is_light)));
|
border: 1px solid rgba(var(--spice-rgb-subtext), calc(0.1 + 0.1 * var(--is_light)));
|
||||||
border-radius: var(--main-corner-radius);
|
border-radius: var(--main-corner-radius);
|
||||||
|
|
@ -2068,10 +2073,6 @@ html:not(.buddyfeed-visible) .Root__top-container::before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg[type=dribbblish-icon] {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
canvas[width="250"][height="250"] {
|
canvas[width="250"][height="250"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue