GTK3: remove background-size from headerbar

This commit is contained in:
Daniel Ruiz de Alegría
2020-12-22 13:02:47 +01:00
parent 0eebf78a6e
commit b3b6218c72
4 changed files with 4 additions and 7 deletions
@@ -153,6 +153,7 @@ scale slider:active {
/***************
* Header bars *
***************/
.titlebar,
headerbar {
border-color: $borders_color;
@@ -162,7 +163,6 @@ headerbar {
$ov: -gtk-scaled(url('#{$_scale_asset}.png'), url('#{$_scale_asset}@2.png')));
background-repeat: no-repeat;
background-position: left;
background-size: auto 150%;
&:backdrop {
background-image: -gtk-scaled(url('#{$_scale_asset}.png'), url('#{$_scale_asset}@2.png'));