small css improvements
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e3b59ed7c0
commit
6ec3e60bd9
@ -36,6 +36,10 @@
|
||||
getVisibilityText(item)
|
||||
}}
|
||||
</button>
|
||||
<hr />
|
||||
<button @click="shareObject">
|
||||
<awesome-icon icon="share" />Share this album
|
||||
</button>
|
||||
</div>
|
||||
</template>
|
||||
</DropDown>
|
||||
@ -328,6 +332,7 @@ export default {
|
||||
}
|
||||
#stats {
|
||||
z-index: 2;
|
||||
align-items: center;
|
||||
color: var(--white);
|
||||
text-shadow: 0 1px 2px black;
|
||||
line-height: 1.4;
|
||||
@ -338,6 +343,7 @@ export default {
|
||||
|
||||
#stats button {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
#trackList {
|
||||
|
@ -263,6 +263,7 @@ export default {
|
||||
|
||||
#stats {
|
||||
z-index: 2;
|
||||
align-items: center;
|
||||
color: var(--white);
|
||||
text-shadow: 0 1px 2px black;
|
||||
line-height: 1.4;
|
||||
@ -273,6 +274,7 @@ export default {
|
||||
|
||||
#stats button {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
#stats p {
|
||||
|
Loading…
Reference in New Issue
Block a user