Skip to content

Commit 4063f27

Browse files
Stephan AngoStephan Ango
authored andcommitted
Fix ribbon in Obsidian 0.10.1
1 parent 9a46af3 commit 4063f27

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

obsidian.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
3-
Minimal Obsidian 2.4.3 by @kepano
3+
Minimal Obsidian 2.4.4 by @kepano
44
55
This theme is designed to be used with the Minimal Theme Settings
66
plugin and the Hider plugin.
@@ -361,6 +361,8 @@ body.plugin-sliding-panes .mod-root .graph-controls {
361361
border-right:0px;
362362
margin:0;
363363
height:40px;
364+
width:auto;
365+
flex-basis:auto;
364366
bottom:0;
365367
top:auto;
366368
display:flex !important;
@@ -926,9 +928,6 @@ input.prompt-input {
926928
border-top-right-radius:0px;
927929
border-top-left-radius:0px;
928930
}
929-
.workspace > .workspace-split:not(.mod-root) .workspace-leaf-content {
930-
height:calc(100% - 6px);
931-
}
932931
.workspace-split.mod-root.mod-horizontal .workspace-leaf-resize-handle,
933932
.workspace-split.mod-root.mod-vertical .workspace-leaf-resize-handle {
934933
border-width:1px;
@@ -1195,11 +1194,11 @@ border-bottom:1px solid #999;
11951194

11961195
/* Transcluded notes embeds */
11971196

1198-
11991197
.markdown-preview-view.is-readable-line-width .markdown-embed .markdown-preview-sizer {
12001198
max-width:100%;
12011199
width:100%;
12021200
}
1201+
12031202
.markdown-embed h1:first-child {
12041203
margin-block-start: 0em;}
12051204

@@ -2218,6 +2217,7 @@ ol > li::before {
22182217
display:none;
22192218
}
22202219
.popover .markdown-embed .markdown-preview-view {
2220+
padding-top:15px;
22212221
padding-bottom:30px;
22222222
}
22232223
.popover.hover-popover .markdown-embed .markdown-embed-content {
@@ -2483,4 +2483,4 @@ color: #5cc863;
24832483
.theme-light.minimal-light-contrast .mod-left-split .vertical-tab-header::-webkit-scrollbar-track,
24842484
.theme-light.minimal-light-contrast .mod-left-split .workspace-tabs ::-webkit-scrollbar-track {
24852485
border-color:var(--background-modifier-border-hover);
2486-
}
2486+
}

0 commit comments

Comments
 (0)