aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-18 13:23:47 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-18 13:23:47 +0100
commit7cbdcb842940f5dad1696f54c759843895084ed3 (patch)
tree16ef239996e56c244168d10539109a615833f726
parentNew Crowdin updates (#2335) [skip ci] (diff)
downloadferdium-app-7cbdcb842940f5dad1696f54c759843895084ed3.tar.gz
ferdium-app-7cbdcb842940f5dad1696f54c759843895084ed3.tar.zst
ferdium-app-7cbdcb842940f5dad1696f54c759843895084ed3.zip
Fine-tune settings tabs on small resolutions
-rw-r--r--src/styles/recipes.scss27
1 files changed, 14 insertions, 13 deletions
diff --git a/src/styles/recipes.scss b/src/styles/recipes.scss
index 628d28f05..57587a513 100644
--- a/src/styles/recipes.scss
+++ b/src/styles/recipes.scss
@@ -24,23 +24,24 @@
24 } 24 }
25 } 25 }
26 26
27 .recipes__navigation { 27 &__service-request {
28 height: auto; 28 float: right;
29 margin-bottom: 35px; 29 }
30}
30 31
31 .badge { 32.recipes__navigation {
32 margin-right: 10px; 33 height: auto;
33 } 34 margin-bottom: 25px;
34 35
35 &.recipes__navigation--disabled { 36 .badge {
36 filter: grayscale(100%); 37 margin-right: 10px;
37 opacity: 0.3; 38 margin-bottom: 10px;
38 pointer-events: none;
39 }
40 } 39 }
41 40
42 &__service-request { 41 &.recipes__navigation--disabled {
43 float: right; 42 filter: grayscale(100%);
43 opacity: 0.3;
44 pointer-events: none;
44 } 45 }
45} 46}
46 47