mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
Fix titlebar transparent background (#1460)
Not much to this. Turns title bar from transparent to coincide with new theme coloring.
This commit is contained in:
@@ -261,16 +261,6 @@ function FinancesApp() {
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
<Titlebar
|
||||
style={{
|
||||
WebkitAppRegion: 'drag',
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
left: 0,
|
||||
right: 0,
|
||||
zIndex: 1000,
|
||||
}}
|
||||
/>
|
||||
<div
|
||||
style={{
|
||||
flex: 1,
|
||||
@@ -279,6 +269,16 @@ function FinancesApp() {
|
||||
position: 'relative',
|
||||
}}
|
||||
>
|
||||
<Titlebar
|
||||
style={{
|
||||
WebkitAppRegion: 'drag',
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
left: 0,
|
||||
right: 0,
|
||||
zIndex: 1000,
|
||||
}}
|
||||
/>
|
||||
<Notifications />
|
||||
<BankSyncStatus />
|
||||
<StackedRoutes
|
||||
|
||||
6
upcoming-release-notes/1460.md
Normal file
6
upcoming-release-notes/1460.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [carkom]
|
||||
---
|
||||
|
||||
Fix transparent background on titlebar.
|
||||
Reference in New Issue
Block a user