Skip to content

Commit 4856457

Browse files
committed
toolbar spacing
1 parent 46ec38f commit 4856457

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pages/explore/+Page.client.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,8 @@ function FeatureDetails({setInspectPosition}) {
328328

329329
function Toolbar({showSatelite, setSatelite}) {
330330
const [showSettings, setSettings] = useState(false);
331-
const [style, setStyle] = useState("mapbox://styles/jczaplewski/cje04mr9l3mo82spihpralr4i");
332331

333-
return h(PanelCard, { className: "toolbar" }, [
332+
return h(PanelCard, { className: "toolbar", style: {padding: "0"} }, [
334333
h("div.toolbar-header", [
335334
h("a", { href: "/" },
336335
h(Image, { className: "home-icon", src: "favicon-32x32.png" }),

pages/trip/main.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,10 @@ html, body, .wrapper, #react, .app, #map
404404

405405

406406
.toolbar
407+
padding: 0
407408
position: absolute
408409
top: 10px
409410
left: 10px
410-
padding: 0
411411

412412
.home-icon
413413
height: 16px

0 commit comments

Comments
 (0)