You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
When the window is maximised on Windows, there is a small space between the top of the tabs and the top of the screen. This makes it awkward to select the tabs since you need to accurately move the mouse to make sure you hit the tab to avoid moving "above" the tabs - in most other tabbed browsers the tabs extend to the very top of the screen so that you cannot "overrun" the tab area with the mouse.
There seems to be a fullscreen class for what I guess is Mac fullscreen use - if there was a similar class for maximised then you'd not need the resize border space?
The text was updated successfully, but these errors were encountered:
matt1
changed the title
Maximised window does has small border between tabs and top of screen
Maximised window has small gap between tabs and top of screen
Aug 2, 2018
Operation System: Windows 10
Beaker version: Version: 0.8.0-prerelease.7 Electron: 2.0.5 - Chromium: 61.0.3163.100 - Node: 8.9.3
When the window is maximised on Windows, there is a small space between the top of the tabs and the top of the screen. This makes it awkward to select the tabs since you need to accurately move the mouse to make sure you hit the tab to avoid moving "above" the tabs - in most other tabbed browsers the tabs extend to the very top of the screen so that you cannot "overrun" the tab area with the mouse.
This appears to be the culprit:
beaker/app/stylesheets/shell-window/chrome-tabs.less
Line 260 in ab06869
There seems to be a
fullscreen
class for what I guess is Mac fullscreen use - if there was a similar class for maximised then you'd not need the resize border space?E.g. somewhere here you could do something similar for the 'maximize' and 'unmaximize' (sic) events as has already been done for the fullscreen:
beaker/app/shell-window/ui.js
Line 55 in d29e79b
The text was updated successfully, but these errors were encountered: