Skip to content

Commit

Permalink
fix: improve sessions user UI on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Sami Mazouz <[email protected]>
  • Loading branch information
SychO9 committed Mar 12, 2023
1 parent 5f3e0d6 commit dd868ab
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions framework/core/less/forum/UserSecurityPage.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
border-radius: var(--border-radius);
overflow: hidden;

> *:not(:first-child) {
margin-left: 1px;
}

&-item {
display: flex;
padding: 16px 16px 16px 0;
Expand Down Expand Up @@ -65,26 +61,19 @@

@media @phone {
.AccessTokensList {
> *:not(:first-child) {
margin-left: 8px;
}

&-item {
flex-wrap: wrap;
padding: 16px;

> *:not(:first-child) {
margin-left: 16px;
}

&-icon {
width: 100%;
justify-content: start;
padding: 8px;
width: auto;
min-width: calc(~"var(--font-size) + 4rem");
}

&-actions {
width: 100%;
width: auto;
}
}
}
Expand Down

0 comments on commit dd868ab

Please sign in to comment.