Modern fullscreen UI

This commit is contained in:
Rafostar
2021-02-21 20:23:39 +01:00
committed by Rafał Dzięgiel
parent edde84f0fc
commit 8b254de151
3 changed files with 61 additions and 39 deletions

View File

@@ -7,6 +7,7 @@ class ClapperHeaderBar extends HeaderBarBase
_init()
{
super._init();
this.add_css_class('osd');
this.add_css_class('osdheaderbar');
}