mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
fix the mobile css
This commit is contained in:
parent
0669f7a477
commit
772f0a1faa
1 changed files with 2 additions and 2 deletions
4
v86.css
4
v86.css
|
|
@ -154,10 +154,10 @@ h4 {
|
|||
}
|
||||
}
|
||||
@media (max-width: 750px) {
|
||||
#oses span:nth-child(2), #oses span:nth-child(3), #oses span:nth-child(10) {
|
||||
#oses .th span:nth-child(10) {
|
||||
display: none;
|
||||
}
|
||||
#oses span:nth-child(1), #oses span:nth-child(2), #oses span:nth-child(3) {
|
||||
#oses span:nth-child(1), #oses span:nth-child(2), #oses span:nth-child(3), #oses span:nth-child(3) div {
|
||||
display: inline;
|
||||
}
|
||||
#oses span:nth-child(2), #oses span:nth-child(3) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue