diff --git a/src/pages/settings/panes/Panes.module.scss b/src/pages/settings/panes/Panes.module.scss index c807ddad..5e02383e 100644 --- a/src/pages/settings/panes/Panes.module.scss +++ b/src/pages/settings/panes/Panes.module.scss @@ -312,6 +312,22 @@ display: flex; align-items: center; gap: 12px; + flex-direction: row; + + .flextest { + display: flex; + gap: 12px; + flex-grow: 1; + } + + @media only screen and (max-width: 900px) { + align-items: unset; + flex-direction: column; + + > button { + width: 100%; + } + } } .entry { diff --git a/src/pages/settings/panes/Sessions.tsx b/src/pages/settings/panes/Sessions.tsx index 489dea95..ffd60a97 100644 --- a/src/pages/settings/panes/Sessions.tsx +++ b/src/pages/settings/panes/Sessions.tsx @@ -128,29 +128,35 @@ export function Sessions() { )}
-
- {getIcon(session)} -
{getSystemIcon(session)}
-
-
- - - +
+ {getIcon(session)} +
{getSystemIcon(session)}
+
+
+ - + + + + + +
- {deviceId !== session.id && ( + + + {deviceId !== session.id && ( )} +
))}