From ba67cd1bc5bd27acb65e24f4e39191727b45293f Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Sun, 26 Nov 2023 19:00:05 +0100 Subject: [PATCH] Add icons in tab bar --- css/window.css | 3 +++ index.html | 1 + 2 files changed, 4 insertions(+) diff --git a/css/window.css b/css/window.css index fc785174..a160b58e 100644 --- a/css/window.css +++ b/css/window.css @@ -680,6 +680,9 @@ #tab_bar .project_tab.move_forth { left: var(--tabwidth); } + #tab_bar .project_tab > .icon { + pointer-events: none; + } #tab_bar .project_tab > label { overflow: hidden; width: calc(100% - 20px); diff --git a/index.html b/index.html index 1b7f8c2b..31bf67cb 100644 --- a/index.html +++ b/index.html @@ -255,6 +255,7 @@ @mouseenter="mouseEnter(project, $event)" @mouseleave="mouseLeave(project, $event)" > +