Styles improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
9f0fc431dc
commit
44a7f8a485
|
@ -41,12 +41,14 @@
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.bookmark-folder-card {
|
.bookmark-folder-card {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookmark-folder-name {
|
.bookmark-folder-name {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
.iconLetter, .iconEmoji {
|
.iconLetter,
|
||||||
|
.iconEmoji {
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
v-for="folder in bookmarkFolders.slice().reverse()"
|
v-for="folder in bookmarkFolders.slice().reverse()"
|
||||||
:key="folder"
|
:key="folder"
|
||||||
:folder="folder"
|
:folder="folder"
|
||||||
class="bookmark-folder-item"
|
class="list-item"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue