Fixed parsing of DomainData, many other fixes.

This commit is contained in:
Revertron
2021-04-11 17:50:55 +02:00
parent 514c49307a
commit 92209689d6
9 changed files with 112 additions and 41 deletions
+5 -1
View File
@@ -59,7 +59,7 @@ body {
.notification.is-success {
position: absolute;
bottom: 10pt;
bottom: 30pt;
right: 10pt;
}
@@ -81,4 +81,8 @@ path {
.is-danger > span.icon > svg > path {
fill: #f14668;
}
.is-danger:hover > span.icon > svg > path {
fill: #ffffff;
}