[client] remove search on folder

This commit is contained in:
geoffrey45
2022-03-30 14:52:52 +03:00
parent 69b691284d
commit 15ef5234d1
2 changed files with 24 additions and 151 deletions
+1 -39
View File
@@ -12,18 +12,6 @@
</div>
</div>
</div>
<div class="search">
<div class="loaderr">
<Loader />
</div>
<input
type="text"
class="search-input"
placeholder="Search this folder"
v-model="query"
/>
<div class="search-icon image"></div>
</div>
</div>
</template>
@@ -57,40 +45,14 @@ export default {
<style lang="scss">
.folder-top {
display: grid;
grid-template-columns: 1fr 1fr;
border-bottom: 1px solid $separator;
width: calc(100% - 0.5rem);
padding-bottom: $small;
height: 3rem;
}
.folder-top .search {
width: 50%;
display: grid;
grid-template-columns: 1fr 1fr;
place-items: end;
.loaderr {
width: 2rem;
}
.search-input {
max-width: 20rem;
width: 100%;
border-radius: 0.5rem;
padding-left: 1rem;
background-color: transparent;
color: $white;
font-size: 1rem;
line-height: 2.2rem;
outline: none;
border: 1px solid $gray3;
}
}
.folder-top .fname {
width: 50%;
width: 100%;
display: flex;
align-items: center;