mirror of
https://github.com/frappe/books.git
synced 2024-11-14 09:24:04 +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({
|
mainWindow = new BrowserWindow({
|
||||||
|
vibrancy: 'sidebar',
|
||||||
|
transparent: true,
|
||||||
|
backgroundColor: "#80FFFFFF",
|
||||||
width: 1200,
|
width: 1200,
|
||||||
height: 907,
|
height: 907,
|
||||||
frame: false,
|
frame: false,
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<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>
|
<div>
|
||||||
<WindowControls class="px-3" />
|
<WindowControls class="px-3" />
|
||||||
|
Loading…
Reference in New Issue
Block a user