mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix responsive size (fix #4083)
This commit is contained in:
parent
d4b01c23f4
commit
0709d05a98
@ -57,7 +57,7 @@ export default Vue.extend({
|
||||
margin-right: 28px !important;
|
||||
position: relative;
|
||||
width: auto !important;
|
||||
@media screen and (max-width: 1320px), (max-height: 750px) {
|
||||
@media screen and (max-width: 1340px), (max-height: 750px) {
|
||||
margin-right: max(calc(min(11vw, 11vh) - 117.2px), 6px) !important;
|
||||
.text {
|
||||
display: none;
|
||||
|
||||
@ -193,7 +193,7 @@ export default Vue.extend({
|
||||
.text {
|
||||
display: inline;
|
||||
}
|
||||
@media screen and (max-width: 1320px), (max-height: 750px) {
|
||||
@media screen and (max-width: 1340px), (max-height: 750px) {
|
||||
margin-right: max(calc(min(11vw, 11vh) - 117.2px), 6px) !important;
|
||||
.text {
|
||||
display: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user