css refactor

This commit is contained in:
quenousimporte 2023-11-16 10:42:27 +01:00
parent b71e5c12c4
commit bcff1fbf08
2 changed files with 1 additions and 1 deletions

View File

@ -1514,7 +1514,6 @@ function queryremote(params)
} }
else else
{ {
notepage.style.display = "table";
apply(data); apply(data);
} }
}) })

View File

@ -50,6 +50,7 @@ body::-webkit-scrollbar-thumb {
#notepage { #notepage {
width: 100%; width: 100%;
display: table;
} }
#md { #md {