From f8cc8f1dc136fd805128404b9ee2121bf08e5fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 4 Sep 2015 18:54:44 +0200 Subject: [PATCH] theme: Use font-relative sizes for menu widths For menus, it makes more sense to pick a width that fits a reasonable amount of content rather than a fixed amount of screen estate, so use font-relative sizes instead of pixel values. https://bugzilla.gnome.org/show_bug.cgi?id=754581 --- data/theme/gnome-shell-high-contrast.css | 8 ++++---- data/theme/gnome-shell-sass | 2 +- data/theme/gnome-shell.css | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css index feb2b5008..dcb2ce810 100644 --- a/data/theme/gnome-shell-high-contrast.css +++ b/data/theme/gnome-shell-high-contrast.css @@ -408,9 +408,9 @@ StScrollBar { spacing-rows: 15px; spacing-columns: 1em; } -/* Popvers/Menus */ +/* Popovers/Menus */ .popup-menu { - min-width: 200px; } + min-width: 15em; } .popup-menu .popup-sub-menu { background-color: black; box-shadow: inset 0 -1px 0px #0d0d0d; } @@ -752,7 +752,7 @@ StScrollBar { /* Message list */ .message-list { - width: 420px; } + width: 31.5em; } .message-list-sections { spacing: 1.5em; } @@ -823,7 +823,7 @@ StScrollBar { color: transparent; } .aggregate-menu { - min-width: 280px; } + min-width: 21em; } .aggregate-menu .popup-menu-icon { padding: 0 4px; } diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass index 83b896b0e..d85e53fbd 160000 --- a/data/theme/gnome-shell-sass +++ b/data/theme/gnome-shell-sass @@ -1 +1 @@ -Subproject commit 83b896b0e13725d7045ba3708265f6689952586c +Subproject commit d85e53fbd9cd2d80aed543cf4a436413d6985ebe diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 6ae2302f6..7c7a27144 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -408,9 +408,9 @@ StScrollBar { spacing-rows: 15px; spacing-columns: 1em; } -/* Popvers/Menus */ +/* Popovers/Menus */ .popup-menu { - min-width: 200px; } + min-width: 15em; } .popup-menu .popup-sub-menu { background-color: #343a3a; box-shadow: inset 0 -1px 0px #282c2c; } @@ -752,7 +752,7 @@ StScrollBar { /* Message list */ .message-list { - width: 420px; } + width: 31.5em; } .message-list-sections { spacing: 1.5em; } @@ -823,7 +823,7 @@ StScrollBar { color: transparent; } .aggregate-menu { - min-width: 280px; } + min-width: 21em; } .aggregate-menu .popup-menu-icon { padding: 0 4px; }