We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b31f3b commit 4cdd501Copy full SHA for 4cdd501
mobile-floating-toolbar.css
@@ -12,6 +12,8 @@
12
13
border: 1px solid var(--background-modifier-border);
14
border-radius: 1rem;
15
+ box-shadow: 0 2.5px 15px rgb(0 0 0 / 15%);
16
+
17
margin-bottom: 2rem;
18
margin-top: 1rem;
19
}
@@ -26,3 +28,7 @@
26
28
.is-mobile .workspace-leaf-content > .view-content > .markdown-source-view {
27
29
height: 100%;
30
31
32
+.is-mobile .mobile-toolbar {
33
34
+}
theme-minimal.css
@@ -75,8 +75,3 @@ body.minimal-rel-preview .markdown-preview-view ul ul::before {
75
.markdown-embed-link, .file-embed-link {
76
top: 1rem;
77
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