Skip to content

Commit 4cdd501

Browse files
committed
move toolbar box-shadow to mobile-floating-toolbar
1 parent 0b31f3b commit 4cdd501

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

mobile-floating-toolbar.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
border: 1px solid var(--background-modifier-border);
1414
border-radius: 1rem;
15+
box-shadow: 0 2.5px 15px rgb(0 0 0 / 15%);
16+
1517
margin-bottom: 2rem;
1618
margin-top: 1rem;
1719
}
@@ -26,3 +28,7 @@
2628
.is-mobile .workspace-leaf-content > .view-content > .markdown-source-view {
2729
height: 100%;
2830
}
31+
32+
.is-mobile .mobile-toolbar {
33+
34+
}

theme-minimal.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,3 @@ body.minimal-rel-preview .markdown-preview-view ul ul::before {
7575
.markdown-embed-link, .file-embed-link {
7676
top: 1rem;
7777
}
78-
79-
.mobile-toolbar {
80-
/* halfish of the box shadow used elsewhere in theme */
81-
box-shadow: 0 2.5px 15px rgb(0 0 0 / 15%);
82-
}

0 commit comments

Comments
 (0)