mirror of
https://github.com/wassname/talk.git
synced 2026-07-29 11:28:24 +08:00
* chore: simplify popover * feat: add dropdown component * feat: user menu * chore: add comment * chore: refactor i18n name * fix: linting * fix: test * fix: address review comments * fix: update snapshot
12 lines
209 B
CSS
12 lines
209 B
CSS
.button {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
margin-left: 5px;
|
|
}
|
|
.buttonText {
|
|
font-size: calc(18rem / var(--rem-base));
|
|
letter-spacing: calc(-0.2em / 18);
|
|
margin-left: 2px;
|
|
margin-right: 1px;
|
|
}
|