This file ( 590B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
.cory-mat-theme-dark,
.cory-mat-theme-light {
a:hover mat-icon,
button:hover mat-icon,
a:hover svg,
button:hover svg,
svg:hover,
.cory-hover-rotate:hover img,
a.cory-hover-rotate:hover img,
button.cory-hover-rotate:hover img,
img.emoji:hover {
transition: all 500ms !important;
transform: scale(1.2) rotate(360deg) !important;;
}
.cory-hover-scale:hover img,
a.cory-hover-scale:hover img,
button.cory-hover-scale:hover img {
transition: all 500ms !important;;
transform: scale(1.5) !important;;
}
}