Fixed sessions tab for mobile devices

This commit is contained in:
nizune
2021-07-07 22:15:52 +02:00
parent ce67c5acdb
commit 0f0c6cfbae
2 changed files with 44 additions and 21 deletions

View File

@@ -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 {