mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
Update to latest obsidian base theme
This commit is contained in:
parent
3ca28f9a41
commit
af2693ad80
@ -5,7 +5,8 @@
|
|||||||
<div class="sidebar" :style="open && isDesktop ? 'box-shadow: -5px 0 15px rgba(0,0,0,0.3);' : ''">
|
<div class="sidebar" :style="open && isDesktop ? 'box-shadow: -5px 0 15px rgba(0,0,0,0.3);' : ''">
|
||||||
<div x-show="isDesktop" class="expand-line">
|
<div x-show="isDesktop" class="expand-line">
|
||||||
|
|
||||||
<button style="font-size: 48px; background: transparent;" @click="toggleOpen()">
|
<button style="font-size: 48px; background: transparent; border:none; box-shadow: none;" @click="toggleOpen()">
|
||||||
|
|
||||||
<i x-show="open" style="display: none;" class="fa fa-caret-right"></i>
|
<i x-show="open" style="display: none;" class="fa fa-caret-right"></i>
|
||||||
<i x-show="!open" class="fa fa-caret-left"></i>
|
<i x-show="!open" class="fa fa-caret-left"></i>
|
||||||
</button>
|
</button>
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user