forked from DebaucheryLibrarian/traxxx
Fixed actor overflow on releases.
This commit is contained in:
parent
2d92dfb8d1
commit
7473fa123a
|
@ -360,13 +360,9 @@ export default {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actors {
|
.actor {
|
||||||
display: flex;
|
|
||||||
|
|
||||||
.actor {
|
|
||||||
width: 10rem;
|
width: 10rem;
|
||||||
margin: 0 1rem 0 0;
|
margin: 0 1rem .5rem 0;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
|
|
|
@ -489,13 +489,9 @@
|
||||||
.duration-segment[data-v-d4b03dc2] {
|
.duration-segment[data-v-d4b03dc2] {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.actors[data-v-d4b03dc2] {
|
.actor[data-v-d4b03dc2] {
|
||||||
display: -webkit-box;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
.actors .actor[data-v-d4b03dc2] {
|
|
||||||
width: 10rem;
|
width: 10rem;
|
||||||
margin: 0 1rem 0 0;
|
margin: 0 1rem .5rem 0;
|
||||||
}
|
}
|
||||||
.link[data-v-d4b03dc2] {
|
.link[data-v-d4b03dc2] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue