Fix: Small CSS fixes

This commit is contained in:
nizune 2021-07-06 15:16:57 +02:00
parent e99cff9fe6
commit 9deb31a1b6

View file

@ -19,7 +19,7 @@
} }
.username { .username {
font-size: 24px; font-size: 1.5rem;
font-weight: 600; font-weight: 600;
} }
@ -65,14 +65,14 @@
.subtext { .subtext {
display: inline; display: inline;
margin: 0.4em 0; font-size: .875rem;
font-size: 14px;
font-weight: 600; font-weight: 600;
color: var(--foreground); color: var(--foreground);
text-transform: uppercase; text-transform: uppercase;
} }
a { a {
font-size: .875rem;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
@ -159,29 +159,14 @@
} }
details { details {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: var(--secondary-foreground);
summary { summary {
font-size: .8125rem;
font-weight: 700;
text-transform: uppercase;
color: var(--secondary-foreground);
cursor: pointer; cursor: pointer;
} }
/*summary {
display: flex;
flex-grow: 1;
&::after {
display: flex;
align-items: flex-end;
content: "gh";
}
}*/
/*summary::-webkit-details-marker,
summary::marker {
content: "";
}*/
} }
.emojiPack { .emojiPack {
@ -283,7 +268,7 @@
span { span {
flex: 1; flex: 1;
display: block; display: block;
font-size: 14px; font-size: .875rem;
font-weight: 600; font-weight: 600;
margin-bottom: 4px; margin-bottom: 4px;
text-transform: capitalize; text-transform: capitalize;
@ -363,7 +348,7 @@
.label { .label {
margin-bottom: 8px; margin-bottom: 8px;
color: var(--primary-text); color: var(--primary-text);
font-size: 12px; font-size: .75rem;
font-weight: 600; font-weight: 600;
} }
@ -378,7 +363,7 @@
} }
.time { .time {
font-size: 12px; font-size: .75rem;
color: var(--teriary-text); color: var(--teriary-text);
} }
} }
@ -401,7 +386,7 @@
.flag { .flag {
display: flex; display: flex;
font-size: 42px; font-size: 2.625rem;
line-height: 48px; line-height: 48px;
> div { > div {