Adds noscript HTML

This commit is contained in:
Saptak S 2020-07-04 19:25:38 +05:30
parent b9a2c56e0f
commit fe673e97be
4 changed files with 12 additions and 14 deletions

View file

@ -187,6 +187,10 @@ table.file-list td:last-child {
}
}
.no-js {
display: none;
}
.upload-wrapper {
align-items: center;
justify-content: center;