forked from Mirrors/gomuks
web/timeline: don't shrink url previews
This commit is contained in:
parent
e4182fc2d5
commit
388be09795
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ div.url-previews {
|
||||||
background-color: var(--url-preview-background-color);
|
background-color: var(--url-preview-background-color);
|
||||||
border: 1px solid var(--url-preview-background-color);
|
border: 1px solid var(--url-preview-background-color);
|
||||||
display: grid;
|
display: grid;
|
||||||
|
flex-shrink: 0;
|
||||||
|
|
||||||
grid-template:
|
grid-template:
|
||||||
"title" auto
|
"title" auto
|
||||||
|
|
Loading…
Add table
Reference in a new issue