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:
Alex Gleason 2020-08-16 17:39:37 +00:00
commit 1e06eff010
3 changed files with 8 additions and 0 deletions

View file

@ -28,6 +28,14 @@
display: inline;
}
ul li::after {
content: ' · ';
}
ul li:last-child::after {
content: '';
}
p {
color: hsla(var(--primary-text-color_hsl), 0.8);
font-size: 13px;