mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-10 08:27:02 +01:00
fix(core): fixed some css
This commit is contained in:
@@ -825,7 +825,7 @@ body {
|
||||
> li {
|
||||
@media (max-width: @screen-xs-max) {
|
||||
>a {
|
||||
padding: 10px 20px !important;
|
||||
padding: 10px 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -872,13 +872,13 @@ body {
|
||||
> li {
|
||||
@media (max-width: @screen-xs-max) {
|
||||
>a {
|
||||
padding: 10px 20px !important;
|
||||
padding: 10px 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||
>a {
|
||||
padding: 10px 20px !important;
|
||||
padding: 10px 30px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -919,13 +919,13 @@ body {
|
||||
cursor: pointer;
|
||||
@media (max-width: @screen-xs-max) {
|
||||
>a {
|
||||
padding: 10px 20px !important;
|
||||
padding: 10px 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
|
||||
>a {
|
||||
padding: 10px 40px !important;
|
||||
padding: 10px 20px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user