mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 23:32:04 +02:00
Performance: do not draw header bar bottom border
It is not even noticable and reduces performance by having more pixels to redraw every frame.
This commit is contained in:
@@ -152,6 +152,9 @@ scale marks {
|
||||
.nobackground {
|
||||
background: none;
|
||||
}
|
||||
.noborder {
|
||||
border: none;
|
||||
}
|
||||
.controlsbox {
|
||||
background: @theme_bg_color;
|
||||
}
|
||||
|
Reference in New Issue
Block a user