mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
fix(text): topbar history button styling (#1041)
changed "main-topBar-forward" to "main-topBar-responsiveForward"
This commit is contained in:
parent
72488a0c24
commit
d7e33260b0
@ -481,11 +481,11 @@ section.main-buddyFeed-container {
|
||||
.main-topBar-button:first-child:before {
|
||||
content: "<";
|
||||
}
|
||||
.main-topBar-button.main-topBar-forward::before {
|
||||
.main-topBar-button.main-topBar-responsiveForward::before {
|
||||
content: ">";
|
||||
}
|
||||
.main-topBar-button:first-child > svg,
|
||||
.main-topBar-button.main-topBar-forward > svg {
|
||||
.main-topBar-button.main-topBar-responsiveForward > svg {
|
||||
display: none;
|
||||
}
|
||||
.main-topBar-topbarContent {
|
||||
|
Loading…
Reference in New Issue
Block a user