Remove collapse and shrink text a bit since it can be too big on longer urls

This commit is contained in:
Gabe Kangas
2021-04-19 18:24:04 -07:00
parent bf819c3804
commit 3989f7d49f
2 changed files with 10 additions and 7 deletions

View File

@@ -95,8 +95,15 @@ strong {
}
.stream-info-box {
font-size: 0.8em;
background-color: var(--purple-dark);
padding: 0.25rem 0.5rem;
margin-left: 0.5rem;
color: var(--white);
margin-bottom: 0px !important;
.ant-typography-copy {
font-size: 0.92em;
}
}