mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-25 07:02:10 -05:00
Fix: small improvements for sessions tab
This commit is contained in:
parent
0f0c6cfbae
commit
41567413f2
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue