Update to latest obsidian base theme

This commit is contained in:
Ole Eskild Steensen 2022-10-17 20:26:56 +02:00
parent 3ca28f9a41
commit af2693ad80
2 changed files with 9967 additions and 8324 deletions

View File

@ -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