From 5d090dd0ed2385158dd1d743539e60478f1b5e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 2 Jun 2017 11:37:41 +0200 Subject: [PATCH] Enable title modal on desktop, too, and improve it a bit - make it full-width for clickability of the entire top region - show the buffer's name in the modal dialog Fixes #943 --- css/glowingbear.css | 1 + index.html | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 335a7e1..c965d8c 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -180,6 +180,7 @@ input[type=text], input[type=password], #sendMessage { position: fixed; left: 145px; /* sidebar */ overflow: hidden; + width: 100%; /* for title modal click area */ } #topbar .actions { diff --git a/index.html b/index.html index 0f98a8b..b1146ae 100644 --- a/index.html +++ b/index.html @@ -266,9 +266,9 @@ npm run build-electron-{windows, darwin, linux} -
+
- {{ activeBuffer().trimmedName || activeBuffer().fullName }} + {{ activeBuffer().trimmedName || activeBuffer().fullName }}
@@ -531,7 +531,7 @@ npm run build-electron-{windows, darwin, linux}