mirror of
https://github.com/wassname/talk.git
synced 2026-08-11 11:27:10 +08:00
[CORL-263, CORL-225] Story Titles, Moderate Story, Mini Unit (#2294)
* feat: show story title + moderate this story link * feat: introduce mini unit * test: add tests for moderate story link * fix: snapshot * fix: lint / test * fix: unwanted margin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.root {
|
||||
min-height: calc(var(--spacing-unit) * 8);
|
||||
min-height: calc(var(--mini-unit) * 8);
|
||||
background-color: var(--palette-text-primary);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.root {
|
||||
min-height: calc(var(--spacing-unit) * 4);
|
||||
min-height: calc(var(--mini-unit) * 4);
|
||||
border-bottom: 1px solid var(--palette-divider);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user