mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-19 06:31:09 +00:00
add embedWidgetGenerator modals to custom modal styles
This commit is contained in:
parent
1b45d68568
commit
604ddfbf97
2 changed files with 32 additions and 24 deletions
|
|
@ -0,0 +1,2 @@
|
||||||
|
Improved:
|
||||||
|
- Add `embedWidgetGenerator` modals to custom modal styles. (Things like the [spicetify-marketplace](https://github.com/CharlieS1103/spicetify-marketplace) options)
|
||||||
|
|
@ -30,13 +30,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-trackCreditsModal-container {
|
.main- {
|
||||||
|
&trackCreditsModal,
|
||||||
|
&embedWidgetGenerator {
|
||||||
|
&-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
.main-trackCreditsModal-header {
|
&-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|
@ -56,9 +61,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-trackCreditsModal-mainSection {
|
&-mainSection {
|
||||||
padding: 0px 26px;
|
padding: 0px 26px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue