mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-07 21:39:12 +08:00
CSS Cleanup
This commit is contained in:
parent
f85841aa80
commit
f351e2e8dc
1 changed files with 15 additions and 20 deletions
|
@ -65,34 +65,29 @@
|
||||||
|
|
||||||
.additional-tabs,
|
.additional-tabs,
|
||||||
.emoji-tabs {
|
.emoji-tabs {
|
||||||
display: block;
|
display: flex;
|
||||||
min-width: 0;
|
flex-wrap: nowrap;
|
||||||
flex-basis: auto;
|
width: 100%;
|
||||||
flex-shrink: 1;
|
|
||||||
|
|
||||||
white-space: nowrap;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
overflow-y: hidden;
|
|
||||||
// -ms-overflow-style: none;
|
|
||||||
// scrollbar-width: none;
|
|
||||||
// &::-webkit-scrollbar {
|
|
||||||
// display: none;
|
|
||||||
// }
|
|
||||||
|
|
||||||
&-item {
|
&-item {
|
||||||
padding: 0 7px;
|
display: flex;
|
||||||
cursor: pointer;
|
align-items: center;
|
||||||
font-size: 1.85em;
|
justify-content: center;
|
||||||
|
flex-shrink: 0;
|
||||||
img {
|
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
object-fit: contain;
|
padding: .4em;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
font-size: 1.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
|
|
Loading…
Reference in a new issue