mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-05-30 01:54:05 +00:00
Fix the edit button padding issue
Now the whole button is clickable
This commit is contained in:
parent
3a02721f80
commit
15415e44ff
@ -758,11 +758,13 @@ kbd {
|
|||||||
.edit-btn {
|
.edit-btn {
|
||||||
float: right;
|
float: right;
|
||||||
margin: -0.25rem 0;
|
margin: -0.25rem 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
.edit-btn__link {
|
.edit-btn__link {
|
||||||
display: block;
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
padding: .25rem .5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jump-btn {
|
.jump-btn {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user