Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-24 07:54:36 +01:00
parent 497131874b
commit 768d268189
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -53,6 +53,9 @@ limitations under the License.
z-index: 1000;
align-self: flex-start;
pointer-events: all;
display: flex;
justify-content: space-between;
width: 100%;
}
.mx_ImageView_toolbar {
@ -76,17 +79,7 @@ limitations under the License.
padding: 5px;
}
.mx_ImageView_name {
font-size: $font-18px;
margin-bottom: 6px;
word-wrap: break-word;
}
.mx_ImageView_metadata {
font-size: $font-15px;
opacity: 0.5;
}
.mx_ImageView_size {
font-size: $font-11px;
}