mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +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>
|
||||
|
||||
@@ -56,7 +56,7 @@ const Container = styled.div`
|
||||
}
|
||||
|
||||
h4 {
|
||||
text-transform: unset;
|
||||
text-transform: unset !important;
|
||||
|
||||
a {
|
||||
opacity: 0.7;
|
||||
|
||||
Reference in New Issue
Block a user