Swap out a few more icons for svg icons

This commit is contained in:
Alex Gleason 2021-10-14 14:14:13 -05:00
parent a38963abba
commit 4464a7f19e
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 24 additions and 8 deletions

View file

@ -56,9 +56,24 @@
font-size: 14px;
line-height: 18px;
display: flex;
}
i {
margin-right: 0.4em;
.detailed-status__timestamp {
display: flex;
align-items: center;
.svg-icon {
width: 20px;
height: 20px;
svg {
stroke-width: 1.3px;
}
}
.svg-icon,
.status__favicon {
margin-right: 5px;
}
}
@ -152,11 +167,6 @@
margin-right: 10px;
}
.detailed-status .status__favicon {
float: left;
margin-right: 5px;
}
.thread {
@include standard-panel;
border-top-left-radius: 0;

View file

@ -53,6 +53,12 @@
height: 22px;
}
.svg-icon {
width: 20px;
height: 20px;
margin-left: 3px;
}
h1 {
span:first-of-type {
font-size: 20px !important;
@ -63,7 +69,7 @@
}
small {
display: block;
display: flex;
font-size: 15px;
line-height: 1.5;
color: var(--primary-text-color--faint);