Fix responsive size (fix #4083)

This commit is contained in:
the1812 2023-04-02 15:42:32 +08:00
parent d4b01c23f4
commit 0709d05a98
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;