mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
20 lines
229 B
CSS
20 lines
229 B
CSS
.container {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.email {
|
|
margin: 0;
|
|
}
|
|
|
|
.username {
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.actions {
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
} |