mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-05 21:19:30 +08:00
Added sins
This commit is contained in:
parent
bc36608a6a
commit
a28eef7a0a
1 changed files with 5 additions and 1 deletions
|
@ -35,8 +35,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading {
|
.heading {
|
||||||
overflow-x: auto;
|
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
height: 4.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
@ -64,9 +64,13 @@
|
||||||
|
|
||||||
.additional-tabs,
|
.additional-tabs,
|
||||||
.emoji-tabs {
|
.emoji-tabs {
|
||||||
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|
||||||
|
overflow: auto;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
&-item {
|
&-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in a new issue