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