Skip to content

Commit 8852907

Browse files
committed
🔨 Fixed style issues
1 parent 54ef97a commit 8852907

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1717
- Update dependency `electron-updater` from v6.1.4 to **v6.1.8**
1818
- Update dependency `electron-store` from v8.1.0 to **v8.2.0**
1919

20+
### Fixed
21+
22+
- Drag area in the header
23+
- paddding to the Mixcloud logo so it's not under the window controls
24+
2025
## 0.20.0 - 📦 Package Dependency Updates
2126

2227
### Changed

Diff for: browser.css

+4-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ textarea::selection {
66
background-color: #643e9b57;
77
}
88
div[class^="Warnings__Container"],
9-
div[class^="Header__"] {
9+
div[class^="styles__HeaderContainer"] {
1010
-webkit-app-region: drag;
1111
}
1212
a,
@@ -18,14 +18,9 @@ img,
1818
svg {
1919
-webkit-app-region: no-drag !important;
2020
}
21-
div[class^="Header__HeaderSection"] { /* Mixcloud Logo */
22-
padding-left: 60px !important;
21+
div[class^="styles__HeaderContainer"] { /* Mixcloud Logo */
22+
padding-left: 90px !important;
2323
}
24-
div[class^="Header__HeaderSection"] a:focus-visible { /* Electron focuses the first link, and Mixcloud shows an ugly outline */
24+
div[class^="styles__HeaderSection"] a:focus-visible { /* Electron focuses the first link, and Mixcloud shows an ugly outline */
2525
outline: 0;
2626
}
27-
28-
/* Temp Fix */
29-
span[class^="PlayButton__PlayButtonIcon"] { /* Play button - moving up */
30-
line-height: 1;
31-
}

0 commit comments

Comments
 (0)