Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix on permission, style, search
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Apr 14, 2016
1 parent 6eb4256 commit 9fc8db2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions frontend/src/main/web/atomicCssConfig.js
Expand Up @@ -86,6 +86,7 @@ module.exports = {
'Maw(20em)',
'Mstart(r1)',
'Mih(maxc)',
'Mih(100vh)',
'Miw(r6)',
'My(r2)',
'Ov(a)',
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/main/web/src/components/Nav.jsx
Expand Up @@ -17,7 +17,7 @@ const items = [
},
{
icon: 'search',
link: '/a/' + dswid + '#explore',
link: '/a/#explore',
internalLink: '/explore',
title: 'Explore',
auth: 'public',
Expand Down Expand Up @@ -50,15 +50,15 @@ const items = [
{
small: true,
icon: 'user',
link: '/a/' + dswid + '#profile',
link: '/a/#profile',
internalLink: '/profile',
title: 'Profile',
auth: 'loggedin',
id: 'nav_profile'
},
{
icon: 'glossary',
link: '/a/' + dswid + '#glossary',
link: '/a/#glossary',
internalLink: '/glossary',
title: 'Glossary',
auth: 'loggedin',
Expand Down
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/WEB-INF/template/template.xhtml
Expand Up @@ -95,7 +95,7 @@
window.config = JSON.parse(JSON.stringify(document.getElementById('config').dataset))
</script>
<div class='Ai(st) D(f) Fld(c) Flxs(0)'>
<div class="Ai(st) D(f) Fld(c) Fld(r)--sm Flxs(0) H(100vh)">
<div class="Ai(st) D(f) Fld(c) Fld(r)--sm Flxs(0) H(100%) Mih(100vh)">
<div id="root" />
<main role="main" class="W(100%) D(f) Flxg(1) Ov(a) Ovx(h) Ovs(touch) Pt(0)!">
<div class="l__wrapper Ai(st) D(f) Fld(c) Flx(flx1) Ov(h) h(100%) Mih(maxc) l--pad-top-half">
Expand Down

0 comments on commit 9fc8db2

Please sign in to comment.