[gnome-shell-sass] theme > message-list: pad to account for scrollbar
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme > message-list: pad to account for scrollbar
- Date: Thu, 9 Jan 2020 17:29:28 +0000 (UTC)
commit 98f06cf2b1a5932728fea045e869e92682339877
Author: Sam Hewitt <sam snwh org>
Date: Fri Dec 20 16:39:21 2019 -0500
theme > message-list: pad to account for scrollbar
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/904
widgets/_message-list.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/widgets/_message-list.scss b/widgets/_message-list.scss
index 56541ba..b0e2b49 100644
--- a/widgets/_message-list.scss
+++ b/widgets/_message-list.scss
@@ -8,8 +8,8 @@
}
.message-list-sections {
- margin:$base_margin;
spacing: $base_spacing;
+ margin: $base_margin * 4; // to account for scrollbar
}
.message-list-section,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]