Skip to content

Commit e5e608d

Browse files
tomas-novotnygary
authored andcommitted
Remove fullscreen button
1 parent af7c317 commit e5e608d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/components/blocks/Navbar.vue

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -94,21 +94,6 @@
9494
<i class="fas fa-th"></i>
9595
</button>
9696
</div>
97-
<div class="btn-group" role="group">
98-
<button type="button" class="btn btn-secondary"
99-
v-bind:title="lang.btn.fullScreen"
100-
v-bind:class="{ active: fullScreen }"
101-
v-on:click="screenToggle">
102-
<i class="fas fa-expand-arrows-alt"></i>
103-
</button>
104-
</div>
105-
<div class="btn-group" role="group">
106-
<button type="button" class="btn btn-secondary"
107-
v-bind:title="lang.btn.about"
108-
v-on:click="showModal('About')">
109-
<i class="fas fa-question"></i>
110-
</button>
111-
</div>
11297
</div>
11398
</div>
11499
</div>

0 commit comments

Comments
 (0)