liquid_feedback_frontend
diff static/lf4.css @ 1649:4188405c2425
Rework of suggestion views
| author | bsw |
|---|---|
| date | Thu Feb 11 15:48:02 2021 +0100 (2021-02-11) |
| parents | 9cf1f17ac730 |
| children | 79cf66ba7881 |
line diff
1.1 --- a/static/lf4.css Thu Feb 11 15:45:56 2021 +0100 1.2 +++ b/static/lf4.css Thu Feb 11 15:48:02 2021 +0100 1.3 @@ -413,13 +413,17 @@ 1.4 } 1.5 } 1.6 1.7 + 1.8 +.suggestion-content { 1.9 + position: relative; 1.10 +} 1.11 + 1.12 .folded { 1.13 position: relative; 1.14 } 1.15 .folded .suggestion-content { 1.16 - max-height: 180px; 1.17 + max-height: 250px; 1.18 overflow: hidden; 1.19 - position: relative; 1.20 } 1.21 .folded .suggestion-content:before { 1.22 content: ""; 1.23 @@ -433,6 +437,9 @@ 1.24 .suggestion-less, 1.25 .suggestion-more { 1.26 display: none; 1.27 + position: absolute; 1.28 + bottom: 5px; 1.29 + right: 5px; 1.30 } 1.31 .folded .suggestion-more, 1.32 .unfolded .suggestion-less {