Fix style issues

This commit is contained in:
Fabian Stamm
2020-11-24 22:21:21 +01:00
parent 73fcc340f2
commit b00c97d100
9 changed files with 77 additions and 336 deletions

View File

@ -300,22 +300,18 @@ export default class EntryList extends Component<
<div>
{this.state.context}
<header class="header">
<a class="header-icon-button" onClick={() => history.back()}>
<div class="header-icon-button" onClick={() => history.back()}>
<ArrowLeft height={undefined} width={undefined} />
</a>
<h3
style="display:inline"
class="header-title"
onClick={() => Navigation.setPage("/")}
>
</div>
<span onClick={() => Navigation.setPage("/")}>
{this.vault ? this.vault.name : ""}
</h3>
</span>
<span></span>
{/* <a class="button header_icon_button"><MoreVertival height={undefined} width={undefined} /></a> */}
</header>
<AddButton onClick={() => open_entry(null)} />
<div class="container">
<div style="display:flex;">
<div style="display:flex; margin-top: .5rem;">
<input
class="inp"
type="text"