mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-24 17:22:11 +00:00
Update release-beta to output generated at 305d70f
This commit is contained in:
parent
b1af5801ff
commit
cbec830f7b
3 changed files with 4 additions and 2 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
Beta-e50b8b4
|
Beta-305d70f
|
||||||
|
|
|
||||||
|
|
@ -56744,7 +56744,7 @@ Dribbblish.on("ready", () => {
|
||||||
OS: \`${(0,_Util__WEBPACK_IMPORTED_MODULE_5__.capitalizeFirstLetter)(Spicetify.Platform.PlatformData.os_name)} v${Spicetify.Platform.PlatformData.os_version}\`
|
OS: \`${(0,_Util__WEBPACK_IMPORTED_MODULE_5__.capitalizeFirstLetter)(Spicetify.Platform.PlatformData.os_name)} v${Spicetify.Platform.PlatformData.os_version}\`
|
||||||
Spotify: \`v${Spicetify.Platform.PlatformData.event_sender_context_information?.client_version_string ?? Spicetify.Platform.PlatformData.client_version_triple}\`
|
Spotify: \`v${Spicetify.Platform.PlatformData.event_sender_context_information?.client_version_string ?? Spicetify.Platform.PlatformData.client_version_triple}\`
|
||||||
Spicetify: \`${Spicetify.version != null ? `v${Spicetify.version}` : "< v2.7.3"}\`
|
Spicetify: \`${Spicetify.version != null ? `v${Spicetify.version}` : "< v2.7.3"}\`
|
||||||
Dribbblish: \`v${"Beta"}-${"e50b8b4"}\`
|
Dribbblish: \`v${"Beta"}-${"305d70f"}\`
|
||||||
`,
|
`,
|
||||||
data: "Copy",
|
data: "Copy",
|
||||||
onChange: function () {
|
onChange: function () {
|
||||||
|
|
|
||||||
2
user.css
2
user.css
|
|
@ -586,6 +586,8 @@ input[type=color] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-contextMenu-menu {
|
.main-contextMenu-menu {
|
||||||
|
position: relative;
|
||||||
|
overflow: visible;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue