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 {
|
.layers-ui,
|
||||||
ul, li:last-child {
|
.share-ui {
|
||||||
|
ul, li:last-child, p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.layers-ui {
|
||||||
li {
|
li {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue