Updating video player when switching scene page.

This commit is contained in:
DebaucheryLibrarian
2021-04-25 04:20:38 +02:00
parent fc1c2fc2f3
commit eed563e06f
4 changed files with 29 additions and 17 deletions

View File

@@ -213,21 +213,19 @@ export default {
.notification-body {
flex-grow: 1;
padding: .4rem 1rem .25rem .5rem;
overflow: hidden;
}
.notification-row {
display: flex;
align-items: center;
overflow: hidden;
&:not(:last-child) {
margin: 0 0 .1rem 0;
}
}
.notification-tidbit {
font-weight: bold;
}
.notification-favicon {
width: 1rem;
height: 1rem;
@@ -240,8 +238,14 @@ export default {
overflow: hidden;
}
.notification-tags {
white-space: nowrap;
}
.notification-actor,
.notification-tag {
white-space: nowrap;
&:not(:last-child)::after {
content: ',';
padding: 0 .1rem 0 0;