margins closer to design
This commit is contained in:
parent
72722dd9a8
commit
4ffefa0473
1 changed files with 2 additions and 2 deletions
|
@ -78,12 +78,12 @@
|
|||
.PreviewView .topic {
|
||||
font-size: 12px;
|
||||
color: var(--grey);
|
||||
margin: 32px;
|
||||
margin: 32px 0;
|
||||
}
|
||||
|
||||
.PreviewView .topic.loading {
|
||||
display: block;
|
||||
margin: 24px 32px;
|
||||
margin: 24px 12px;
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue