Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit aa545511
authored
Feb 14, 2020
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak layout
1 parent
e19d017c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
resources/js/Shared/Layout.vue
resources/js/Shared/Layout.vue
View file @
aa54551
...
...
@@ -3,7 +3,7 @@
<portal-target
name=
"dropdown"
slim
/>
<div
class=
"flex flex-col"
>
<div
class=
"h-screen flex flex-col"
@
click=
"hideDropdownMenus"
>
<div
class=
"md:flex"
>
<div
class=
"md:flex
flex-shrink-0
"
>
<div
class=
"bg-indigo-900 md:flex-shrink-0 md:w-56 px-6 py-4 flex items-center justify-between md:justify-center"
>
<inertia-link
class=
"mt-1"
href=
"/"
>
<logo
class=
"fill-white"
width=
"120"
height=
"28"
/>
...
...
@@ -35,7 +35,7 @@
</div>
<div
class=
"flex flex-grow overflow-hidden"
>
<main-menu
:url=
"url()"
class=
"bg-indigo-800 flex-shrink-0 w-56 p-12 hidden md:block overflow-y-auto"
/>
<div
class=
"flex-1
overflow-hidden
px-4 py-8 md:p-12 overflow-y-auto"
scroll-region
>
<div
class=
"flex-1 px-4 py-8 md:p-12 overflow-y-auto"
scroll-region
>
<flash-messages
/>
<slot
/>
</div>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment