Added database structure for profiles and tattoos. Improved sidebar appearance. Expanded new actors module.

This commit is contained in:
2020-03-26 03:32:07 +01:00
parent bb3f6fc408
commit d29e296799
12 changed files with 558 additions and 342 deletions

View File

@@ -2,7 +2,7 @@
<header class="header">
<div class="header-nav">
<Icon
icon="grid2"
icon="menu"
class="sidebar-toggle"
@click.native.stop="toggleSidebar"
/>
@@ -203,8 +203,8 @@ export default {
.sidebar-toggle {
display: none;
fill: var(--shadow-modest);
padding: 0 1.5rem 0 1rem;
width: 1.25rem;
padding: 0 1rem;
width: 1.5rem;
height: 100%;
&:hover {