Added tracking code form.
This commit is contained in:
13
components/common/UserButton.module.css
Normal file
13
components/common/UserButton.module.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.container {
|
||||
display: flex;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.username {
|
||||
border-bottom: 1px solid var(--gray500);
|
||||
}
|
||||
|
||||
.username:hover {
|
||||
background: var(--gray50);
|
||||
}
|
||||
Reference in New Issue
Block a user