Swap padding between the menu and its items to make them a little easier to click on mobile (#238)
This commit is contained in:
parent
75f302910f
commit
ec3047b304
|
@ -1090,16 +1090,13 @@ form .post {
|
||||||
background-color: var(--color-bg-main);
|
background-color: var(--color-bg-main);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post .actions a.menu {}
|
|
||||||
|
|
||||||
.post .actions menu {
|
.post .actions menu {
|
||||||
display: none;
|
display: none;
|
||||||
background-color: var(--color-bg-menu);
|
background-color: var(--color-bg-menu);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 5px 10px;
|
|
||||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0;
|
||||||
bottom: 35px;
|
bottom: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1111,8 +1108,8 @@ form .post {
|
||||||
.post .actions menu a {
|
.post .actions menu a {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
display: block;
|
display: block;
|
||||||
width: 185px;
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
padding: 4px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post .actions menu a i {
|
.post .actions menu a i {
|
||||||
|
|
Loading…
Reference in New Issue