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}