Removed reload button, moved functionality to tab icon
This commit is contained in:
parent
d50673e2d1
commit
f9c4df28f4
4 changed files with 15 additions and 20 deletions
|
|
@ -1,9 +1,5 @@
|
|||
<template>
|
||||
<div class="galleryDisplay uk-padding uk-padding-remove-right">
|
||||
|
||||
<div id="refresh-btn">
|
||||
<a href="#" v-on:click="updateCaptureList()" class="refresh-icon-align uk-icon-button uk-box-shadow-small uk-box-shadow-hover-medium action-btn-outline" uk-icon="refresh"></a>
|
||||
</div>
|
||||
|
||||
<div uk-lightbox="toggle: .lightbox-link">
|
||||
<div class="uk-grid-medium uk-padding uk-padding-remove-right uk-grid-match" uk-grid>
|
||||
|
|
@ -79,17 +75,5 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped lang="less">
|
||||
#refresh-btn {
|
||||
width: 0px;
|
||||
height: 30px;
|
||||
z-index: 999;
|
||||
margin-top: -57px;
|
||||
margin-left: 48px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.refresh-icon-align {
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue