You've already forked obsidian-visualiser
Beginning the mobile UI
This commit is contained in:
@@ -384,4 +384,17 @@ html.light-mode .light-block {
|
||||
.link-icon {
|
||||
display: inline-block;
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
.mobile-nav-bar {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
.mobile-nav-bar-text {
|
||||
padding: .25em;
|
||||
font-size: larger;
|
||||
color: var(--text-color);
|
||||
font-weight: bolder;
|
||||
}
|
||||
Reference in New Issue
Block a user