[Glitch] Honour displayMedia setting in accountMedia gallery

Inspired by b79ab15859
This commit is contained in:
Thibaut Girka
2018-10-02 15:48:55 +02:00
committed by ThibG
parent 35e9d099b3
commit eb85427576
2 changed files with 26 additions and 5 deletions

View File

@ -415,7 +415,7 @@
background-size: cover;
background-position: center;
position: absolute;
color: inherit;
color: $ui-primary-color;
text-decoration: none;
border-radius: 4px;
@ -434,6 +434,14 @@
}
}
}
&__icons {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 24px;
}
}
.account__section-headline {