mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
Merge pull request #672 from haoudes/master
Fix[Fluent] fix some UI glitches
This commit is contained in:
commit
cab870eba2
@ -221,7 +221,7 @@ h3,
|
|||||||
|
|
||||||
.queue-tabBar-header {
|
.queue-tabBar-header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
min-width: 500px;
|
min-width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.queue-tabBar-headerItemLink {
|
.queue-tabBar-headerItemLink {
|
||||||
@ -233,6 +233,7 @@ h3,
|
|||||||
margin-left: 60px;
|
margin-left: 60px;
|
||||||
background-color: var(--spice-text) !important;
|
background-color: var(--spice-text) !important;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
align-self: center;
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
height: 24px !important;
|
height: 24px !important;
|
||||||
}
|
}
|
||||||
@ -241,6 +242,7 @@ h3,
|
|||||||
-webkit-mask-image: url('./fluentui-system-icons/ic_fluent_arrow_right_24_filled.svg');
|
-webkit-mask-image: url('./fluentui-system-icons/ic_fluent_arrow_right_24_filled.svg');
|
||||||
background-color: var(--spice-text) !important;
|
background-color: var(--spice-text) !important;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
align-self: center;
|
||||||
width: 24px !important;
|
width: 24px !important;
|
||||||
height: 24px !important;
|
height: 24px !important;
|
||||||
}
|
}
|
||||||
@ -1666,3 +1668,8 @@ option {
|
|||||||
.main-topBar-button[title="Bookmark"] {
|
.main-topBar-button[title="Bookmark"] {
|
||||||
background-color: var(--spice-card) !important;
|
background-color: var(--spice-card) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contentSpacing div[role="search"] > div > span {
|
||||||
|
margin-right: auto;
|
||||||
|
flex: 0;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user