Create user setting button in chat (#101)

This commit is contained in:
Phuoc Anh Kha Le 2023-12-30 17:57:37 -06:00 committed by GitHub
parent c9f1d69b47
commit bfe939564b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 71 additions and 47 deletions

View file

@ -139,6 +139,7 @@
.status-row {
display: flex;
padding: 15px;
padding-right: 0;
gap: 0.5em;
border-radius: 6px;
}
@ -195,7 +196,7 @@
align-items: center;
justify-content: center;
}
#setting-content {
.setting-content {
display: none;
position: absolute;
background-color: #f1f1f1;
@ -204,14 +205,14 @@
z-index: 1;
right: 0;
}
#setting-content li {
.setting-content a {
padding: 12px 16px;
text-decoration: none;
display: block;
color: black;
font-weight: bold;
font-size: 1rem;
}
#setting-content li:hover {
.setting-content a:hover {
background-color: #ddd;
cursor: pointer;
}

File diff suppressed because one or more lines are too long

View file

@ -602,7 +602,6 @@ ul.select2-selection__rendered {
}
.control-button {
background: lightgray;
color: black !important;
border: 0;
}