We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb027a commit b9aebf9Copy full SHA for b9aebf9
src/tpl/defaultTheme/frontend/index.css
@@ -602,6 +602,10 @@ html.dragging::before {
602
.item-list .header .detail {
603
background-color: #181818;
604
}
605
+
606
+ .error {
607
+ background: #663;
608
+ }
609
610
611
@media only screen and (max-width: 375px) {
src/tpl/defaultTheme/frontend/index.html
@@ -1,7 +1,6 @@
1
<!DOCTYPE html>
2
<html lang="{{.Lang}}">
3
<head>
4
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
6
<meta name="viewport" content="width=device-width,user-scalable=no"/>
7
<meta name="format-detection" content="telephone=no"/>
0 commit comments