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 22:32:26 +0100
commit70dd2480d0a948690cfbd916a563e79b998cf1c3 (patch)
tree4bfacd46c34f81584bb16e161957e8969a7b3e97
parent0298af658f74d5ab389fe6d3ed0819b2334a479a (diff)
downloadgnome-maps-wip/mlundblad/decrease-placeview-padding.tar.gz
mapBubble: Set the no-padding CSS style on popover contentswip/mlundblad/decrease-placeview-padding
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
+}