Skip to content

Commit 78d1b1c

Browse files
committed
Remove special rules for Banners and Map View
1 parent 21d78c6 commit 78d1b1c

File tree

9 files changed

+4
-138
lines changed

9 files changed

+4
-138
lines changed

Minimal.css

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -4706,19 +4706,6 @@ input.prompt-input:focus-visible {
47064706
}
47074707

47084708
/* Community plugins */
4709-
/* Banner plugin */
4710-
.obsidian-banner.solid {
4711-
border-bottom: var(--divider-width) solid var(--divider-color);
4712-
}
4713-
4714-
.contextual-typography .markdown-preview-view div.has-banner-icon.obsidian-banner-wrapper {
4715-
overflow: visible;
4716-
}
4717-
4718-
.theme-dark .markdown-preview-view img.emoji {
4719-
opacity: 1;
4720-
}
4721-
47224709
/* Buttons plugin */
47234710
body.theme-dark .button-default,
47244711
body.theme-light .button-default {
@@ -6008,39 +5995,6 @@ body .block-language-leaflet .leaflet-marker-link-popup > .leaflet-popup-content
60085995
stroke-width: 18px;
60095996
}
60105997

6011-
/* Map View plugin */
6012-
.map-view-marker-name {
6013-
font-weight: 400;
6014-
}
6015-
6016-
.workspace-leaf-content[data-type=map] .graph-controls {
6017-
background-color: var(--background-primary);
6018-
}
6019-
6020-
/* Full bleed */
6021-
body:not(.is-mobile):not(.plugin-sliding-panes-rotate-header) .workspace-split.mod-root .workspace-leaf-content[data-type=map] .view-header {
6022-
position: fixed;
6023-
background: transparent !important;
6024-
width: 100%;
6025-
z-index: 99;
6026-
}
6027-
6028-
body:not(.plugin-sliding-panes-rotate-header) .workspace-leaf-content[data-type=map] .view-header-title {
6029-
display: none;
6030-
}
6031-
6032-
body:not(.is-mobile):not(.plugin-sliding-panes-rotate-header) .workspace-leaf-content[data-type=map] .view-actions {
6033-
background: transparent;
6034-
}
6035-
6036-
body:not(.is-mobile):not(.plugin-sliding-panes-rotate-header) .workspace-leaf-content[data-type=map] .view-content {
6037-
height: 100%;
6038-
}
6039-
6040-
body:not(.is-mobile):not(.plugin-sliding-panes-rotate-header) .workspace-leaf-content[data-type=map] .leaflet-top.leaflet-right {
6041-
top: var(--header-height);
6042-
}
6043-
60445998
/* Metatable */
60455999
.obsidian-metatable {
60466000
--metatable-font-size:calc(var(--font-adaptive-normal) - 2px);

src/css/main.css

Lines changed: 0 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/index.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
@import 'plugins-core/sync';
9090

9191
/* Community plugins */
92-
@import 'plugins/banner';
9392
@import 'plugins/buttons';
9493
@import 'plugins/calendar';
9594
@import 'plugins/charts';
@@ -105,7 +104,6 @@
105104
@import 'plugins/kanban';
106105
@import 'plugins/lapel';
107106
@import 'plugins/leaflet';
108-
@import 'plugins/map-view';
109107
@import 'plugins/metatable';
110108
@import 'plugins/nl-tables';
111109
@import 'plugins/outliner';

src/scss/plugins/banner.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
1-
/* Banner plugin */
2-
3-
.obsidian-banner.solid {
4-
border-bottom:var(--divider-width) solid var(--divider-color);
5-
}
6-
.contextual-typography .markdown-preview-view div.has-banner-icon.obsidian-banner-wrapper {
7-
overflow:visible;
8-
}
9-
.theme-dark .markdown-preview-view img.emoji {
10-
opacity:1;
11-
}

src/scss/plugins/map-view.scss

Lines changed: 0 additions & 29 deletions
This file was deleted.

theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)