fix: loading and send button, mobile style

feat: sibling switch, mobile style
fix: only the real submitting message will blink
feat: drop the text version username, use a similar square. (or it will mass up the sibling switch)
This commit is contained in:
Wentao Lyu 2023-03-13 22:20:50 +08:00
parent a4d5f6a3f2
commit 953f846958
5 changed files with 26 additions and 9 deletions

View file

@ -22,6 +22,14 @@
}
@media (max-width: 767px) {
.sibling-switch {
left: 114px;
top: unset;
bottom: 6px;
visibility: visible;
z-index: 2;
}
.nav-close-button {
display: block;
position: absolute;