Tighten vertical space
This commit is contained in:
parent
1285f9d38c
commit
f080d161e0
1 changed files with 5 additions and 2 deletions
|
@ -602,11 +602,14 @@ a.donate {
|
|||
}
|
||||
}
|
||||
|
||||
.layers-ui {
|
||||
ul, li:last-child {
|
||||
.layers-ui,
|
||||
.share-ui {
|
||||
ul, li:last-child, p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.layers-ui {
|
||||
li {
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue