diff --git a/src/components/projectPost.vue b/src/components/projectPost.vue index 20b7753..52dffc3 100644 --- a/src/components/projectPost.vue +++ b/src/components/projectPost.vue @@ -55,6 +55,9 @@ drillMainIcon() { return this.mouseOverDrill?'drill-message':'marker'; }, + drillSubIcon() { + return this.mouseOverDrill?null:'footprint'; + }, anchorLink() { return '#'+[this.hash.page, this.project.currProject.codename, this.options.type, this.options.id].join(this.consts.hash_sep); }, @@ -186,12 +189,12 @@
-
+
- +

diff --git a/src/components/spotIconStack.vue b/src/components/spotIconStack.vue index 7f96eb9..f6baf3e 100644 --- a/src/components/spotIconStack.vue +++ b/src/components/spotIconStack.vue @@ -45,7 +45,7 @@ export default { - + diff --git a/src/styles/_mobile.scss b/src/styles/_mobile.scss index f7396f3..e8d39c6 100644 --- a/src/styles/_mobile.scss +++ b/src/styles/_mobile.scss @@ -19,11 +19,12 @@ #title { text-align: center; width: 100%; + transition: none; } &.with-feed, &.with-settings { #title { - max-width: calc(100vw - var.$block-spacing - #{$panel-actual-width} - (var.$button-width + var.$block-spacing * 2) * 2); + max-width: calc(100vw - var.$block-spacing - (var.$button-width + 2 * var.$block-spacing) * 2); } #submap { diff --git a/src/styles/_page.project.feed.scss b/src/styles/_page.project.feed.scss index ed5c020..7a7a2ae 100644 --- a/src/styles/_page.project.feed.scss +++ b/src/styles/_page.project.feed.scss @@ -154,28 +154,8 @@ } } - .drill { - - .drill-icon { - - .drill-hover-icon { - display: none; - filter: drop-shadow(0px 1px 1px color.$over-img-shadow); - } - } - - &:hover { - .sub { - display: none; - } - .drill-hover-icon { - color: color.$message-flashy; - } - } - - .comment { - background: color.$message-bg-light; - } + .comment { + background: color.$message-bg-light; } .weather { @@ -261,7 +241,6 @@ } .drill-icon { - .drill-image { color: transparent; }