summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-06-14 16:58:19 -0300
committerFlorian Müllner <fmuellner@gnome.org>2022-08-10 19:53:21 +0200
commitc1787c685d9cf83364f2c01c13dc8730d845546c (patch)
tree5d0526601575482a9f140e2c5499e97c27a77815
parentc3ad9ba53c7ea568afb2cae7e430fa7f83592eb9 (diff)
downloadgnome-shell-sass-c1787c685d9cf83364f2c01c13dc8730d845546c.tar.gz
appDisplay: Make page previews fill allocation
Instead of hardcoding the width of the page previous, allow them to fill the allocated space. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2335>
-rw-r--r--widgets/_app-grid.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/_app-grid.scss b/widgets/_app-grid.scss
index 91cf023..0fcf62e 100644
--- a/widgets/_app-grid.scss
+++ b/widgets/_app-grid.scss
@@ -125,8 +125,6 @@ $app_icon_size: 96px;
}
.page-navigation-hint {
- width: 300px;
-
&.dnd {
background: rgba(255, 255, 255, 0.1);
}