mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
see all button styled in search
This commit is contained in:
parent
8bb1449d1e
commit
bd9012cad6
1 changed files with 6 additions and 0 deletions
|
|
@ -2,10 +2,12 @@
|
|||
|
||||
:import('~stremio/common/MetaRow/styles.less') {
|
||||
meta-item: meta-item;
|
||||
see-all-container: see-all-container;
|
||||
}
|
||||
|
||||
:import('~stremio/common/MetaRow/MetaRowPlaceholder/styles.less') {
|
||||
meta-item-placeholder: meta-item;
|
||||
see-all-container-placeholder: see-all-container;
|
||||
}
|
||||
|
||||
.search-container {
|
||||
|
|
@ -35,6 +37,10 @@
|
|||
&:last-child {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.see-all-container, .see-all-container-placeholder {
|
||||
width: 12rem;
|
||||
}
|
||||
}
|
||||
|
||||
.message-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue