mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
Fix typos
This commit is contained in:
@@ -75,10 +75,10 @@ radio {
|
|||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
.reavealertop {
|
.revealertop {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.tvmode .reavealertop {
|
.tvmode .revealertop {
|
||||||
min-height: 88px;
|
min-height: 88px;
|
||||||
box-shadow: inset 0px 200px 10px -132px rgba(0,0,0,0.4);
|
box-shadow: inset 0px 200px 10px -132px rgba(0,0,0,0.4);
|
||||||
font-family: 'Cantarell', sans-serif;
|
font-family: 'Cantarell', sans-serif;
|
||||||
|
@@ -36,7 +36,7 @@ class ClapperCustomRevealer extends Gtk.Revealer
|
|||||||
else
|
else
|
||||||
this._setHideTimeout();
|
this._setHideTimeout();
|
||||||
|
|
||||||
/* Restore focusability after we are done */
|
/* Restore focus ability after we are done */
|
||||||
if(!isReveal) this.set_can_focus(true);
|
if(!isReveal) this.set_can_focus(true);
|
||||||
|
|
||||||
this._timedReveal(isReveal, REVEAL_TIME);
|
this._timedReveal(isReveal, REVEAL_TIME);
|
||||||
@@ -133,7 +133,7 @@ class ClapperRevealerTop extends CustomRevealer
|
|||||||
orientation: Gtk.Orientation.VERTICAL,
|
orientation: Gtk.Orientation.VERTICAL,
|
||||||
});
|
});
|
||||||
revealerBox.add_css_class('osd');
|
revealerBox.add_css_class('osd');
|
||||||
revealerBox.add_css_class('reavealertop');
|
revealerBox.add_css_class('revealertop');
|
||||||
|
|
||||||
this.headerBar = new HeaderBar();
|
this.headerBar = new HeaderBar();
|
||||||
revealerBox.append(this.headerBar);
|
revealerBox.append(this.headerBar);
|
||||||
|
Reference in New Issue
Block a user