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 Feb 23, 2024. It is now read-only.
Chrome's window controls overlay defines 4 CSS env variables which are insanely useful for detecting the titlebar size, those are:
left:env(titlebar-area-x,0);
/* Use the environment variable for the top anchoring with a fallback. */top:env(titlebar-area-y,0);
/* Use the environment variable for setting the width with a fallback. */width:env(titlebar-area-width,100%);
/* Use the environment variable for setting the height with a fallback. */height:env(titlebar-area-height,33px);
currently gluton doesn't define these, would be cool if it did
The text was updated successfully, but these errors were encountered:
Chrome's window controls overlay defines 4 CSS env variables which are insanely useful for detecting the titlebar size, those are:
currently gluton doesn't define these, would be cool if it did
The text was updated successfully, but these errors were encountered: