File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
17
17
- Update dependency ` electron-updater ` from v6.1.4 to ** v6.1.8**
18
18
- Update dependency ` electron-store ` from v8.1.0 to ** v8.2.0**
19
19
20
+ ### Fixed
21
+
22
+ - Drag area in the header
23
+ - paddding to the Mixcloud logo so it's not under the window controls
24
+
20
25
## 0.20.0 - 📦 Package Dependency Updates
21
26
22
27
### Changed
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ textarea::selection {
6
6
background-color : # 643e9b57 ;
7
7
}
8
8
div [class ^= "Warnings__Container" ],
9
- div [class ^= "Header__ " ] {
9
+ div [class ^= "styles__HeaderContainer " ] {
10
10
-webkit-app-region : drag;
11
11
}
12
12
a ,
18
18
svg {
19
19
-webkit-app-region : no-drag !important ;
20
20
}
21
- div [class ^= "Header__HeaderSection " ] { /* Mixcloud Logo */
22
- padding-left : 60 px !important ;
21
+ div [class ^= "styles__HeaderContainer " ] { /* Mixcloud Logo */
22
+ padding-left : 90 px !important ;
23
23
}
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 */
25
25
outline : 0 ;
26
26
}
27
-
28
- /* Temp Fix */
29
- span [class ^= "PlayButton__PlayButtonIcon" ] { /* Play button - moving up */
30
- line-height : 1 ;
31
- }
You can’t perform that action at this time.
0 commit comments