forked from DebaucheryLibrarian/traxxx
Added database structure for profiles and tattoos. Improved sidebar appearance. Expanded new actors module.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user