Fix status background on wider grid entries

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/17/head
trivernis 2 years ago
parent 9f37173edc
commit bf8e70f846
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -34,8 +34,8 @@ app-content-aware-image {
position: absolute;
top: 0;
right: 0;
height: 18%;
width: 18%;
height: 2.5em;
width: 2.5em;
display: flex;
border-bottom-left-radius: 50%;
background-color: transparentize($background, .5);

Loading…
Cancel
Save