Files
m8sh/web_src/less/misc.css
T

6 lines
192 B
CSS
Raw Normal View History

2021-04-22 23:43:44 +02:00
/* can not have this selector in less because of https://github.com/less/less.js/issues/3027 */
.view-raw img[src$='.svg' i] {
max-height: 600px !important;
max-width: 600px !important;
}