mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-04 04:45:11 +00:00
ad fix 2
This commit is contained in:
parent
295b8cf2e1
commit
fab03d337e
1 changed files with 4 additions and 1 deletions
|
@ -21,12 +21,15 @@
|
||||||
padding: var(--spacing-m);
|
padding: var(--spacing-m);
|
||||||
background-color: var(--color-ads-background);
|
background-color: var(--color-ads-background);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
|
max-width: 30rem;
|
||||||
|
min-width: 15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.avp-p-gui {
|
.avp-p-gui {
|
||||||
|
|
Loading…
Add table
Reference in a new issue