fix(text): topbar history button styling (#1041)

changed "main-topBar-forward" to "main-topBar-responsiveForward"
This commit is contained in:
Aziyck 2024-03-08 01:48:42 +02:00 committed by GitHub
parent 72488a0c24
commit d7e33260b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {