mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 18:22:23 +08:00
10 lines
87 B
CSS
10 lines
87 B
CSS
.root {
|
|
width: 250px;
|
|
}
|
|
|
|
.actions {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
|