mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +00:00
support for multiple hints in the search ui
This commit is contained in:
parent
a3e8981af4
commit
3d479304ab
1 changed files with 7 additions and 8 deletions
|
|
@ -41,20 +41,19 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: center;
|
justify-content: flex-start;
|
||||||
max-height: calc(100% - 10rem);
|
align-content: flex-start;
|
||||||
margin: 5rem;
|
flex-wrap: wrap;
|
||||||
|
padding: 4rem;
|
||||||
|
|
||||||
.message-content {
|
.message-content {
|
||||||
flex: 1;
|
flex: 0 0 50%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
padding: 0 2rem;
|
||||||
&:not(:first-child) {
|
margin-bottom: 4rem;
|
||||||
margin-left: 5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
flex: none;
|
flex: none;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue