fix(settings): more settings fixes pt. 2

This commit is contained in:
trashtemp
2021-12-24 18:36:40 +01:00
parent af3eb754f7
commit 18f7f91ff0
4 changed files with 7 additions and 31 deletions

View File

@@ -25,7 +25,7 @@ export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>`
display: flex;
align-items: center;
cursor: pointer;
font-size: 13px;
font-size: 12px;
padding: 0 8px;
user-select: none;
justify-content: space-between;
@@ -89,7 +89,7 @@ export default observer(({ channel }: { channel: Channel }) => {
</div>
<div>
<Text id="app.main.channel.misc.jump_present" />{" "}
<DownArrowAlt size={20} />
<DownArrowAlt size={18} />
</div>
</div>
</Bar>

View File

@@ -56,7 +56,7 @@ const Container = styled.div`
}
h4 {
text-transform: unset;
text-transform: unset !important;
a {
opacity: 0.7;