mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-07-05 19:21:12 +00:00
Update release-beta to output generated at 0ecd8d6
This commit is contained in:
parent
e2c3c0bf20
commit
7954cd4d16
3 changed files with 38 additions and 6 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
Beta-c5fec9c
|
Beta-0ecd8d6
|
||||||
|
|
|
||||||
|
|
@ -56732,7 +56732,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"}-${"c5fec9c"}\`
|
Dribbblish: \`v${"Beta"}-${"0ecd8d6"}\`
|
||||||
`,
|
`,
|
||||||
data: "Copy",
|
data: "Copy",
|
||||||
onChange: function () {
|
onChange: function () {
|
||||||
|
|
|
||||||
40
user.css
40
user.css
|
|
@ -844,6 +844,36 @@ svg[icon-type=dribbblish] {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-topBar-topbarContent {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.main-topBar-topbarContent > nav[class*=-tabBar][class*=-tabBar-nav] {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.main-topBar-topbarContent > nav[class*=-tabBar][class*=-tabBar-nav] > ul {
|
||||||
|
display: flex;
|
||||||
|
gap: 8px;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.main-topBar-topbarContent > nav[class*=-tabBar][class*=-tabBar-nav] > ul li[class*=-tabBar-headerItem] {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.main-topBar-topbarContent > nav[class*=-tabBar][class*=-tabBar-nav] > ul li[class*=-tabBar-headerItem] > a {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin: 0px;
|
||||||
|
height: 100%;
|
||||||
|
padding: 0px 8px;
|
||||||
|
border-radius: var(--sidebar-icons-border-radius);
|
||||||
|
}
|
||||||
|
.main-topBar-topbarContent > nav[class*=-tabBar][class*=-tabBar-nav] > ul li[class*=-tabBar-headerItem] > a > span {
|
||||||
|
line-height: 13px;
|
||||||
|
font-family: var(--glue-font-family);
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--bar-height: 70px;
|
--bar-height: 70px;
|
||||||
--bar-cover-art-size: 40px;
|
--bar-cover-art-size: 40px;
|
||||||
|
|
@ -1601,6 +1631,9 @@ li.GlueDropTarget {
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
padding: 16px 32px !important;
|
padding: 16px 32px !important;
|
||||||
}
|
}
|
||||||
|
.main-topBar-container > * {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/** Custom elements */
|
/** Custom elements */
|
||||||
.dribs-playlist-list {
|
.dribs-playlist-list {
|
||||||
|
|
@ -2063,14 +2096,13 @@ html:not(.buddyfeed-visible) .Root__top-container::before {
|
||||||
inset: var(--main-gap) 0px var(--main-gap) var(--sidebar-width);
|
inset: var(--main-gap) 0px var(--main-gap) var(--sidebar-width);
|
||||||
}
|
}
|
||||||
|
|
||||||
.lyrics-lyricsContainer-LyricsContainer {
|
|
||||||
height: 100% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-view-container__scroll-node-child {
|
.main-view-container__scroll-node-child {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
.main-view-container__scroll-node-child > * {
|
||||||
|
height: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.main-noConnection {
|
.main-noConnection {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue