[libadwaita/wip/exalm/headerbar-fix] stylesheet: Move header bar padding into an internal box
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/headerbar-fix] stylesheet: Move header bar padding into an internal box
- Date: Fri, 11 Jun 2021 10:47:12 +0000 (UTC)
commit 109231542a18158125768c0309006a9a3fe41e3f
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Jun 11 15:46:06 2021 +0500
stylesheet: Move header bar padding into an internal box
Make sure the whole thing is draggable.
src/stylesheet/widgets/_header-bar.scss | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/stylesheet/widgets/_header-bar.scss b/src/stylesheet/widgets/_header-bar.scss
index 9a834c6f..4d0b3629 100644
--- a/src/stylesheet/widgets/_header-bar.scss
+++ b/src/stylesheet/widgets/_header-bar.scss
@@ -6,7 +6,6 @@ $_header_bar_gradient: linear-gradient(to top, darken($_header_bar_color, 2%), l
}
headerbar {
- padding: 0 6px;
min-height: 46px;
border-width: 0 0 1px;
border-style: solid;
@@ -14,6 +13,8 @@ headerbar {
background-image: $_header_bar_gradient;
> windowhandle > box {
+ padding: 0 6px;
+
&,
> box.start,
> box.end {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]