Add a hover animation to the webring widget

This commit is contained in:
Emi Simpson 2021-11-09 20:43:34 -05:00
parent 89acb43003
commit 40bb58b9a6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 8 additions and 14 deletions

View File

@ -195,21 +195,15 @@ code {
grid-auto-flow: column;
justify-content: center;
}
.picker-prev {
margin-left: 20px;
margin-right: 0;
}
.picker-prev:hover {
margin-right: 20px;
margin-left: 0;
}
.picker-next {
margin-right: 20px;
margin-left: 0;
}
.picker-prev:hover,
.picker-next:hover {
margin-left: 20px;
margin-right: 0;
padding-right: 20px;
padding-left: 0;
}
.picker-next, .picker-prev {
transition: padding 50ms ease-out;
padding-right: 0;
padding-left: 20px;
}
/* Color Scheme */