2
0
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:
Faris Ansari 2019-10-22 18:52:17 +05:30
parent 93e0f63c9d
commit ebc8693c69
2 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,9 @@ function createWindow() {
*/
mainWindow = new BrowserWindow({
vibrancy: 'sidebar',
transparent: true,
backgroundColor: "#80FFFFFF",
width: 1200,
height: 907,
frame: false,

View File

@ -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" />