fixes v12

This commit is contained in:
rwanoux
2024-06-24 08:41:59 +02:00
parent 9d74f5fe14
commit f4a56aa6b0
61 changed files with 485 additions and 422 deletions
+22
View File
@@ -0,0 +1,22 @@
.app .actor.choose {
div.actor {
position: relative;
img {
border-radius: 50%;
box-shadow: 0px 0px 8px black;
}
span.actor-name {
position: absolute;
text-align: center;
background-color: rgba(255, 255, 255, 0.562);
border: 5px;
width: 100%;
padding: 0 1rem;
border-radius: 5px;
box-shadow: 0px 0px 8px black;
}
}
}