diff --git a/web/index.css b/web/index.css index fce2825..0b583f0 100644 --- a/web/index.css +++ b/web/index.css @@ -89,6 +89,12 @@ body{ .hidden{ display: none !important; } + #xdrPage .content.hidden { + display: unset !important; + } + #xdrPage .category .title{ + display: none; + } .msgDetails .value { width: 5em; text-align: right; diff --git a/web/index.html b/web/index.html index 0768854..abe2a4c 100644 --- a/web/index.html +++ b/web/index.html @@ -17,6 +17,7 @@