mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 00:33:38 -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;
|
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>
|
||||||
|
|
Loading…
Reference in a new issue