Skip to content

Commit

Permalink
style: artalk emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
eallion committed Aug 9, 2023
1 parent a186a13 commit 227212e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions assets/css/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,23 @@ footer {
}
}
}

>.atk-grp-switcher {
display: flex;
align-items: center;
overflow-x: auto;
overflow-y: hidden;

&::-webkit-scrollbar {
height: 1px;
width: 0;
}

>span {
white-space: nowrap;
line-height: 40px !important;
}
}
}

.artalk {
Expand Down

0 comments on commit 227212e

Please sign in to comment.