diff options
| author | 2022-02-12 10:59:19 +0100 | |
|---|---|---|
| committer | 2022-02-12 11:07:50 +0100 | |
| commit | 7c48533571e9f9d3731a59433a56cc8d6e008123 (patch) | |
| tree | f86868dfea251fa3b198ffcf3e158a3ed354ff9d /src/components/App/App.module.scss | |
| parent | 5dbf880ce3cdb227a85dbb0015609c210557c60b (diff) | |
| download | client-7c48533571e9f9d3731a59433a56cc8d6e008123.tar.gz client-7c48533571e9f9d3731a59433a56cc8d6e008123.tar.bz2 client-7c48533571e9f9d3731a59433a56cc8d6e008123.zip | |
Added search and filter options
Diffstat (limited to 'src/components/App/App.module.scss')
| -rw-r--r-- | src/components/App/App.module.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/App/App.module.scss b/src/components/App/App.module.scss index 088a4f6..61e399e 100644 --- a/src/components/App/App.module.scss +++ b/src/components/App/App.module.scss | |||
| @@ -16,7 +16,6 @@ | |||
| 16 | .sidebar { | 16 | .sidebar { |
| 17 | width: calc((6 / 16) * 100%); | 17 | width: calc((6 / 16) * 100%); |
| 18 | height: 100%; | 18 | height: 100%; |
| 19 | overflow-y: auto; | ||
| 20 | } | 19 | } |
| 21 | 20 | ||
| 22 | .details { | 21 | .details { |
| @@ -24,11 +23,3 @@ | |||
| 24 | overflow: hidden; | 23 | overflow: hidden; |
| 25 | height: 100%; | 24 | height: 100%; |
| 26 | } | 25 | } |
| 27 | |||
| 28 | .noRequest, .noRequestSelected { | ||
| 29 | width: 100%; | ||
| 30 | height: 100%; | ||
| 31 | display: flex; | ||
| 32 | justify-content: center; | ||
| 33 | align-items: center; | ||
| 34 | } | ||
