|
1 | 1 | #modal-facesearch-top-grid-div-id { |
2 | 2 | width: 100%; |
3 | 3 | display: grid; |
4 | | - grid-template-rows: 3fr 24fr; |
| 4 | + grid-template-rows: 2fr 22fr; |
5 | 5 | height: 100%; |
6 | 6 | /* box-sizing: border-box; */ |
7 | 7 | padding: 0%; |
|
12 | 12 |
|
13 | 13 | /* SEARCH BUTTON START */ |
14 | 14 | #modal-facesearch-main-button-container-div-id { |
15 | | - background-color: var(--primary-300); |
| 15 | + /* background-color: var(--primary-300); */ |
16 | 16 | grid-area: modal-facesearch-main-button-container-div-id; |
17 | 17 | display: flex; |
18 | 18 | justify-content: space-evenly; |
|
64 | 64 |
|
65 | 65 | /* IMAGE SEARCH RESULTS START */ |
66 | 66 | #modal-facesearch-images-results-display-id { |
67 | | - background-color: var(--primary-300); |
| 67 | + /* background-color: var(--primary-300); */ |
68 | 68 | grid-area: modal-facesearch-images-results-display-id; |
69 | | - border-top: 6px solid var(--primary); |
| 69 | + border-top: 5px solid var(--primary); |
| 70 | + |
70 | 71 | display: grid; |
71 | 72 | grid-template-columns: 1fr; |
72 | | - grid-template-rows: 1fr 11fr; |
| 73 | + grid-template-rows: 11fr; |
73 | 74 | /* height: 100%; */ |
74 | 75 | min-height: 1px; |
75 | 76 | /* max-width: 100%; */ |
76 | 77 | /* overflow-y: scroll; */ |
77 | 78 | box-sizing: border-box; |
78 | | - grid-template-areas: |
79 | | - 'modal-facesearch-images-results-button-div-id' |
80 | | - 'modal-facesearch-images-results-grid-div-area-id'; |
| 79 | + grid-template-areas: 'modal-facesearch-images-results-grid-div-area-id'; |
81 | 80 | } |
82 | 81 |
|
83 | 82 | #modal-facesearch-images-results-grid-div-area-id { |
84 | | - background-color: var(--primary); |
85 | | - overflow-y: scroll; |
| 83 | + background-color: var(--primary-300); |
| 84 | + overflow-y: auto; |
| 85 | + overflow-x: hidden; |
86 | 86 | border-top: 3px solid var(--primary); |
87 | 87 | /* max-height: 100%; */ |
88 | 88 | /* overflow-y: scroll; */ |
|
95 | 95 | .modal-image-facesearch-result-single-image-img-obj-class { |
96 | 96 | max-height: 25vh; |
97 | 97 | max-width: 50vw; |
| 98 | + margin-top: 3px; |
98 | 99 | cursor: pointer; |
99 | 100 | } |
100 | 101 | #modal-facesearch-meme-tag-label-id { |
|
0 commit comments