mirror of
https://github.com/stashapp/stash.git
synced 2026-04-20 05:52:40 +02:00
Address additional overflow on performer page (#3532)
This commit is contained in:
parent
9aa7ec575a
commit
c4d08c5225
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#performer-page {
|
||||
flex-direction: row;
|
||||
margin: 10px auto;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
|
||||
.performer-image-container .performer {
|
||||
|
|
@ -8,6 +8,10 @@
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.content-container {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.performer-head {
|
||||
display: inline-block;
|
||||
margin-bottom: 2rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue