restore recipe on refresh

This commit is contained in:
Robin Scholtes 2023-08-02 17:38:52 +12:00
parent 21ed26e104
commit 4a07d52230
11 changed files with 215 additions and 217 deletions

View file

@ -15,7 +15,7 @@
border-top: none;
border-left: none;
border-right: none;
cursor: pointer;
cursor: default;
}
@media only screen and (min-width: 768px){
@ -272,14 +272,14 @@ input.toggle-string {
word-break: break-all;
}
.recip-icons {
.recipe-icons {
position: absolute;
top: 13px;
right: 10px;
height: 16px;
}
.recip-icons i {
.recipe-icons i {
margin-right: 10px;
vertical-align: baseline;
float: right;