summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2022-11-27 23:09:49 +0100
committerMarcus Lundblad <ml@dfupdate.se>2022-11-28 23:22:47 +0100
commitf2d63263abcefa02efbb0b8c7a8c75454ac3f013 (patch)
tree8dc5d2517c7f1746af7ded574ed239ccc1d6ce0d
parentd4bb7c21e088044df171f78c54d2d9dc1b9172db (diff)
downloadgnome-maps-f2d63263abcefa02efbb0b8c7a8c75454ac3f013.tar.gz
mapBubble: Set the no-padding CSS style on popover contents
This makes the thumbnail align "flush on" with the edge of the popovers.
-rw-r--r--data/gnome-maps.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/gnome-maps.css b/data/gnome-maps.css
index 6837ec22..a09477b9 100644
--- a/data/gnome-maps.css
+++ b/data/gnome-maps.css
@@ -57,7 +57,7 @@
padding-left: 6px;
}
-.map-bubble {
+.map-bubble contents {
/* This is so the Wikipedia image is flush against the borders of the popover */
padding: 0;
}
@@ -112,4 +112,4 @@
.dropdown-searchbar {
padding: 6px;
border-bottom: 1px solid @borders;
-} \ No newline at end of file
+}