mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-16 13:11:03 +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,34 +30,40 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-trackCreditsModal-container {
|
.main- {
|
||||||
display: flex;
|
&trackCreditsModal,
|
||||||
gap: 16px;
|
&embedWidgetGenerator {
|
||||||
background-color: transparent;
|
&-container {
|
||||||
width: 100%;
|
display: flex;
|
||||||
|
gap: 16px;
|
||||||
.main-trackCreditsModal-header {
|
background-color: transparent;
|
||||||
display: flex;
|
|
||||||
gap: 16px;
|
|
||||||
padding: 0px;
|
|
||||||
width: 100%;
|
|
||||||
border: none;
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
text-align: center;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@include spiceFont("glue", 2em, "Bold");
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
&-header {
|
||||||
position: absolute;
|
display: flex;
|
||||||
top: 16px;
|
gap: 16px;
|
||||||
right: 16px;
|
padding: 0px;
|
||||||
}
|
width: 100%;
|
||||||
}
|
border: none;
|
||||||
|
|
||||||
.main-trackCreditsModal-mainSection {
|
h1 {
|
||||||
padding: 0px 26px;
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
@include spiceFont("glue", 2em, "Bold");
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
position: absolute;
|
||||||
|
top: 16px;
|
||||||
|
right: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-mainSection {
|
||||||
|
padding: 0px 26px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue