mirror of https://github.com/keeweb/keeweb
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
482 B
Handlebars
16 lines
482 B
Handlebars
<div class="titlebar">
|
|
<div class="titlebar__icon">
|
|
<img src="{{iconSrc}}" alt="logo" class="titlebar__logo" />
|
|
</div>
|
|
|
|
<div class="titlebar__grow"></div>
|
|
|
|
<i class="fa fa-titlebar-minimize titlebar__minimize"></i>
|
|
{{#if maximized}}
|
|
<i class="fa fa-titlebar-restore titlebar__restore"></i>
|
|
{{else}}
|
|
<i class="fa fa-titlebar-maximize titlebar__maximize"></i>
|
|
{{/if}}
|
|
<i class="fa fa-titlebar-close titlebar__close"></i>
|
|
</div>
|