mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Fix: small improvements for sessions tab
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
gap: 12px;
|
||||
flex-direction: row;
|
||||
|
||||
.flextest {
|
||||
.detail {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
flex-grow: 1;
|
||||
@@ -323,6 +323,7 @@
|
||||
@media only screen and (max-width: 900px) {
|
||||
align-items: unset;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
|
||||
> button {
|
||||
width: 100%;
|
||||
|
||||
@@ -128,7 +128,7 @@ export function Sessions() {
|
||||
</span>
|
||||
)}
|
||||
<div className={styles.session}>
|
||||
<div className={styles.flextest}>
|
||||
<div className={styles.detail}>
|
||||
<div className={styles.icon}>
|
||||
{getIcon(session)}
|
||||
<div>{getSystemIcon(session)}</div>
|
||||
|
||||
Reference in New Issue
Block a user