mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 14:07:37 +08:00
19 lines
215 B
CSS
19 lines
215 B
CSS
.root {
|
|
min-height: 25px;
|
|
padding: 0 16px;
|
|
}
|
|
|
|
.moreDetail {
|
|
position: absolute;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
color: black;
|
|
right: 16px;
|
|
|
|
&:hover {
|
|
opacity: 0.9;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|