Replace jQuery animations with CSS animations
This commit is contained in:
@@ -6,18 +6,12 @@ All rights reserved.
|
||||
*/
|
||||
|
||||
.view__item_page {
|
||||
display: none;
|
||||
|
||||
& > div {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
.externalLink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
button.large {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -26,7 +20,6 @@ All rights reserved.
|
||||
.mainBody {
|
||||
|
||||
.recipes {
|
||||
display: none;
|
||||
|
||||
.view__full_recipe {
|
||||
width: 100%;
|
||||
@@ -37,14 +30,6 @@ All rights reserved.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.similar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.usedToMake {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.view__item {
|
||||
|
||||
@@ -6,8 +6,6 @@ All rights reserved.
|
||||
*/
|
||||
|
||||
.view__mod_page {
|
||||
display: none;
|
||||
|
||||
& > div {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user