Skip to content
Snippets Groups Projects
Commit 41567413 authored by nizune's avatar nizune
Browse files

Fix: small improvements for sessions tab

parent 0f0c6cfb
No related merge requests found
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment