fixed names
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
@click="handler"
|
@click="handler"
|
||||||
class="torrent-file-header"
|
class="downloader-folder-settings"
|
||||||
data-tippy-content="Set Download Folder"
|
data-tippy-content="Set Download Folder"
|
||||||
:data-path="path"
|
:data-path="path"
|
||||||
></div>
|
></div>
|
||||||
@@ -40,7 +40,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@import "../css/variables.scss";
|
@import "../css/variables.scss";
|
||||||
.torrent-file-header {
|
.downloader-folder-settings {
|
||||||
width: 45px;
|
width: 45px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background: $bg-color url("../../img/folder.svg") bottom left no-repeat;
|
background: $bg-color url("../../img/folder.svg") bottom left no-repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user