Use wrapper to prevent password change popups from screwing up the layout
This commit is contained in:
parent
c112d95a41
commit
ab43387f06
@ -18,6 +18,7 @@
|
||||
{{block "more-head" .}}{{end}}
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="sidebar">
|
||||
{{block "sidebar" .}}
|
||||
{{template "budget-sidebar" .}}
|
||||
@ -32,6 +33,7 @@
|
||||
</div>
|
||||
{{block "new" .}}{{end}}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
{{end}}
|
@ -41,5 +41,8 @@
|
||||
<li>
|
||||
<a href="/admin">Admin</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/api/v1/user/logout">Logout</a>
|
||||
</li>
|
||||
</ul>
|
||||
{{end}}
|
@ -37,7 +37,7 @@ html {
|
||||
font-size: 70.7%;
|
||||
}
|
||||
|
||||
body {
|
||||
#wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: 300px auto;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user