mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 06:48:56 +00:00
6 lines
192 B
CSS
6 lines
192 B
CSS
|
/* 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;
|
||
|
}
|