style(next)/ribbon/file & image properties: tweak the vertical alignment of properties

This commit is contained in:
Adorian Doran 2025-07-03 21:36:37 +03:00
parent 0711a197db
commit 38114bddb9

View File

@ -46,6 +46,12 @@ div.promoted-attributes-container {
.image-properties > div:first-child > span > strong {
opacity: 0.65;
font-weight: 500;
vertical-align: top;
}
.note-info-widget-table td,
.file-properties-widget .file-table td {
vertical-align: top;
}
.file-properties-widget {