Updated popup menu layouts and fixed workspace behavior. (#687)

This commit is contained in:
Jas Singh
2025-01-02 22:33:34 -08:00
committed by GitHub
parent 210d5e2a5e
commit a071e4c17d
3 changed files with 14 additions and 11 deletions

View File

@@ -4,8 +4,8 @@ import { App, Gtk } from 'astal/gtk3';
import { bind } from 'astal';
export default (): JSX.Element => (
<PopupWindow name="verification" transition="crossfade">
<box className="verification">
<PopupWindow name="verification" transition="crossfade" layout={'center'}>
<box className="verification" expand={false}>
<box className="verification-content" expand vertical>
<box className="text-box" vertical>
<label className="title" label={bind(powermenu, 'title').as((t) => t.toUpperCase())} />