When enabled, always display media in gallery. Also: click to reveal (#6692)
Fix #6677
This commit is contained in:
parent
77406d3a09
commit
b79ab15859
3 changed files with 45 additions and 8 deletions
|
@ -4680,7 +4680,7 @@ a.status-card {
|
|||
background-size: cover;
|
||||
background-position: center;
|
||||
position: absolute;
|
||||
color: inherit;
|
||||
color: $ui-primary-color;
|
||||
text-decoration: none;
|
||||
border-radius: 4px;
|
||||
|
||||
|
@ -4688,6 +4688,7 @@ a.status-card {
|
|||
&:active,
|
||||
&:focus {
|
||||
outline: 0;
|
||||
color: $ui-secondary-color;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
|
@ -4699,6 +4700,14 @@ a.status-card {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__icons {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.account__section-headline {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue