Merge branch 'page-layout-style-improvement' into 'develop'
Only render layout column inner div when column exists, fixes #293 Closes #293 See merge request soapbox-pub/soapbox-fe!171
This commit is contained in:
commit
1e06eff010
3 changed files with 8 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -28,6 +28,14 @@
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul li::after {
|
||||||
|
content: ' · ';
|
||||||
|
}
|
||||||
|
|
||||||
|
ul li:last-child::after {
|
||||||
|
content: '';
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: hsla(var(--primary-text-color_hsl), 0.8);
|
color: hsla(var(--primary-text-color_hsl), 0.8);
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
Loading…
Reference in a new issue