Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
jeasonnow
2023-07-27 09:43:53 +08:00
15 changed files with 285 additions and 203 deletions

View File

@@ -180,6 +180,11 @@ window.addEventListener('DOMContentLoaded', _event => {
visibility: hidden !important;
}
#__next > div.overflow-hidden.w-full.h-full .absolute.bottom-0.left-0.w-full > div.text-center.text-xs {
visibility: hidden !important;
height: 0px !important;
}
#react-root [data-testid="primaryColumn"] > div > div {
position: relative !important;
}