small css improvements
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Artem Anufrij 2023-02-15 11:13:06 +01:00
parent e3b59ed7c0
commit 6ec3e60bd9
2 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,10 @@
getVisibilityText(item) getVisibilityText(item)
}} }}
</button> </button>
<hr />
<button @click="shareObject">
<awesome-icon icon="share" />Share this album
</button>
</div> </div>
</template> </template>
</DropDown> </DropDown>
@ -328,6 +332,7 @@ export default {
} }
#stats { #stats {
z-index: 2; z-index: 2;
align-items: center;
color: var(--white); color: var(--white);
text-shadow: 0 1px 2px black; text-shadow: 0 1px 2px black;
line-height: 1.4; line-height: 1.4;
@ -338,6 +343,7 @@ export default {
#stats button { #stats button {
width: 32px; width: 32px;
height: 32px;
} }
#trackList { #trackList {

View File

@ -263,6 +263,7 @@ export default {
#stats { #stats {
z-index: 2; z-index: 2;
align-items: center;
color: var(--white); color: var(--white);
text-shadow: 0 1px 2px black; text-shadow: 0 1px 2px black;
line-height: 1.4; line-height: 1.4;
@ -273,6 +274,7 @@ export default {
#stats button { #stats button {
width: 32px; width: 32px;
height: 32px;
} }
#stats p { #stats p {