aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-05-02 11:27:23 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-05-02 11:27:23 +0200
commitfbff4ed90b0137088b1bb92e95f32fc1bfa7bb3e (patch)
treedfa0a6c32ce62c605bcdbf5538d9dc03725d1f88 /src/styles
parentUpdate CHANGELOG.md (diff)
downloadferdium-app-fbff4ed90b0137088b1bb92e95f32fc1bfa7bb3e.tar.gz
ferdium-app-fbff4ed90b0137088b1bb92e95f32fc1bfa7bb3e.tar.zst
ferdium-app-fbff4ed90b0137088b1bb92e95f32fc1bfa7bb3e.zip
Add custom recipe limitation
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/recipes.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/recipes.scss b/src/styles/recipes.scss
index 84222e1fe..56a248e98 100644
--- a/src/styles/recipes.scss
+++ b/src/styles/recipes.scss
@@ -12,7 +12,7 @@
12 display: flex; 12 display: flex;
13 flex-flow: row wrap; 13 flex-flow: row wrap;
14 height: auto; 14 height: auto;
15 min-height: 70%; 15 // min-height: 70%;
16 16
17 &.recipes__list--disabled { 17 &.recipes__list--disabled {
18 filter: grayscale(100%); 18 filter: grayscale(100%);