Update info

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-24 20:04:25 +01:00
parent 7293181552
commit 983895289c
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 22 additions and 32 deletions

View file

@ -91,6 +91,8 @@ limitations under the License.
.mx_ImageView_info {
padding-left: 12px;
pointer-events: all;
display: flex;
flex-direction: column;
}
.mx_ImageView_button {
@ -142,8 +144,3 @@ limitations under the License.
background-color: none;
}
}
.mx_ImageView_metadata {
font-size: $font-15px;
opacity: 0.5;
}