Mobile responsive thanks ai slop
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 28s
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 28s
This commit is contained in:
@@ -115,11 +115,24 @@ function getToPath(targetKey: string): string {
|
||||
.tui-tab {
|
||||
padding: 3px 5px;
|
||||
font-size: 0.7rem;
|
||||
|
||||
|
||||
.tab-sep {
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.tui-tabs {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.tui-tab {
|
||||
flex: 1;
|
||||
justify-content: center;
|
||||
min-height: 36px;
|
||||
padding: 6px 8px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user