FEATURE: Quick theme installs via query parameters (#12128)

This commit is contained in:
Penar Musaraj
2021-02-18 12:51:44 -05:00
committed by GitHub
parent e175e17ebb
commit 916e1d85cf
6 changed files with 69 additions and 18 deletions

View File

@@ -62,14 +62,18 @@
}
.install-theme-content {
padding: 0px 0px 10px 20px;
width: calc(100% - 200px);
width: calc(100% - 20px);
input[type="file"] {
width: 100%;
overflow: hidden; // Chrome needs this
}
}
.install-theme-items + .install-theme-content {
padding: 0px 0px 10px 20px;
width: calc(100% - 200px);
}
.repo {
input[type="text"] {
width: 90%;