mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Small fixes
This commit is contained in:
@@ -332,7 +332,7 @@
|
||||
}
|
||||
|
||||
.entry {
|
||||
margin: 8px 0;
|
||||
margin: 10px 0;
|
||||
padding: 16px;
|
||||
display: flex;
|
||||
border-radius: 6px;
|
||||
@@ -419,6 +419,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> button {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.languages {
|
||||
|
||||
@@ -150,12 +150,8 @@ export function Sessions() {
|
||||
}}
|
||||
/>
|
||||
</span>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{deviceId !== session.id && (
|
||||
<Button
|
||||
onClick={async () => {
|
||||
@@ -179,10 +175,12 @@ export function Sessions() {
|
||||
<Text id="app.settings.pages.logOut" />
|
||||
</Button>
|
||||
)}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
<Button error>
|
||||
<Text id="app.settings.pages.sessions.logout" />
|
||||
</Button>
|
||||
<Tip>
|
||||
<span>
|
||||
<Text id="app.settings.tips.sessions.a" />
|
||||
|
||||
Reference in New Issue
Block a user