mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
addons styles polished
This commit is contained in:
parent
087814c8e9
commit
dc259d9cf8
1 changed files with 6 additions and 9 deletions
|
|
@ -13,8 +13,11 @@
|
|||
.addons-content {
|
||||
flex: 1;
|
||||
align-self: stretch;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.top-bar-container {
|
||||
flex: none;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin: 2rem;
|
||||
|
|
@ -73,17 +76,10 @@
|
|||
background-color: var(--color-backgroundlighter);
|
||||
cursor: text;
|
||||
|
||||
&:hover {
|
||||
&:hover, &:focus-within {
|
||||
background-color: var(--color-surfacedarker60);
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
outline-width: var(--focus-outline-size);
|
||||
outline-color: var(--color-surfacelighter);
|
||||
outline-offset: calc(-1 * var(--focus-outline-size));
|
||||
outline-style: solid;
|
||||
}
|
||||
|
||||
.icon {
|
||||
display: block;
|
||||
width: 1.2rem;
|
||||
|
|
@ -107,7 +103,8 @@
|
|||
}
|
||||
|
||||
.addons-list-container {
|
||||
max-height: calc(100% - 7rem);
|
||||
flex: 1;
|
||||
align-self: stretch;
|
||||
padding: 0 2rem;
|
||||
overflow-y: auto;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue