mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
fix(settings): more settings fixes pt. 2
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user