mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix: Set blurred sidebar background using vibrancy
This commit is contained in:
parent
93e0f63c9d
commit
ebc8693c69
@ -25,6 +25,9 @@ function createWindow() {
|
||||
*/
|
||||
|
||||
mainWindow = new BrowserWindow({
|
||||
vibrancy: 'sidebar',
|
||||
transparent: true,
|
||||
backgroundColor: "#80FFFFFF",
|
||||
width: 1200,
|
||||
height: 907,
|
||||
frame: false,
|
||||
|
@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div
|
||||
class="pt-6 pb-2 px-2 h-full block window-drag bg-gray-200 flex justify-between flex-col"
|
||||
class="pt-6 pb-2 px-2 h-full block window-drag flex justify-between flex-col"
|
||||
style="background-color: rgba(255, 255, 255, 0.2)"
|
||||
>
|
||||
<div>
|
||||
<WindowControls class="px-3" />
|
||||
|
Loading…
Reference in New Issue
Block a user