feat: refine UI and add go to chat btn (#500) bump:minor

This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2024-11-18 14:48:15 +07:00
committed by GitHub
parent d42b4773cb
commit 74124323e8
3 changed files with 104 additions and 30 deletions

View File

@@ -160,7 +160,19 @@ mark {
#toggle-dark-button {
position: fixed;
top: 6px;
right: 40px;
right: 60px;
}
#info-expand-button {
position: fixed;
top: 6px;
right: 85px;
}
#new-conv-button > img {
position: relative;
top: 0px;
right: -50%;
}
.upload-button {