Swap out a few more icons for svg icons
This commit is contained in:
parent
a38963abba
commit
4464a7f19e
4 changed files with 24 additions and 8 deletions
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue