1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-26 11:28:27 +00:00

Add autoprefixer to css build (#6029)

* Add autoprefixer to css build

* also use autoprefixer on theme files
This commit is contained in:
silverwind
2019-02-11 07:13:30 +01:00
committed by techknowlogick
parent d0cb5aa9f9
commit 353282e658
8 changed files with 841 additions and 596 deletions

View File

@@ -91,9 +91,7 @@
@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {
transform:scale(0.77);
-webkit-transform:scale(0.77);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}
}