feat: adjust width of lora_weight for firefox (#2431)

This commit is contained in:
Manuel Schmid
2024-03-03 21:15:42 +01:00
committed by GitHub
parent c3fd57acb9
commit e241c53f0e
2 changed files with 7 additions and 13 deletions
+4 -10
View File
@@ -112,10 +112,6 @@ progress::after {
margin-left: -5px !important;
}
.lora_enable {
flex-grow: 1 !important;
}
.lora_enable label {
height: 100%;
}
@@ -128,12 +124,10 @@ progress::after {
display: none;
}
.lora_model {
flex-grow: 5 !important;
}
.lora_weight {
flex-grow: 5 !important;
@-moz-document url-prefix() {
.lora_weight input[type=number] {
width: 80px;
}
}
'''