refactor: adjust the position of toggle sidebar button

pull/79/head
Kia King Ishii 4 years ago
parent a7e1b7a155
commit c437a4791e

@ -25,14 +25,14 @@ export default {
<style> <style>
.sidebar-button { .sidebar-button {
cursor: pointer;
display: none;
width: 1.25rem;
height: 1.25rem;
position: absolute; position: absolute;
top: 1.25rem; top: 0.6rem;
left: 1rem; left: 1rem;
display: none;
padding: 0.6rem;
cursor: pointer;
} }
.sidebar-button .icon { .sidebar-button .icon {
display: block; display: block;
width: 1.25rem; width: 1.25rem;

Loading…
Cancel
Save