Fix: small improvements for sessions tab

This commit is contained in:
nizune
2021-07-07 22:35:15 +02:00
parent 0f0c6cfbae
commit 41567413f2
2 changed files with 3 additions and 2 deletions

View File

@@ -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%;