Create user setting button in chat

This commit is contained in:
anhkha2003 2023-12-30 17:50:42 -06:00
parent c9f1d69b47
commit ca491bb77c
7 changed files with 71 additions and 47 deletions

View file

@ -115,7 +115,17 @@
#setting {
position: relative;
}
#setting-button {
.setting-button {
height: 2.3em;
width: 2.5em;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
padding-top: 2px;
}
.user-setting-button {
height: 2.3em;
width: 2.5em;
border-radius: 50%;