Fix: CSS - Validate

This commit is contained in:
alstjr7375 2022-12-30 11:03:40 +09:00
parent af1f03d2d7
commit ea9525eb45
4 changed files with 4 additions and 6 deletions

View file

@ -3608,7 +3608,7 @@
display: block;
width: 2px;
position: absolute;
background-image: linear-gradient(0, #9059ff 0%, #ff4aa2 52.08%, #ffbd4f 100%);
background-image: linear-gradient(0deg, #9059ff 0%, #ff4aa2 52.08%, #ffbd4f 100%);
top: 0;
inset-inline-start: 0;
height: 100%;
@ -6410,7 +6410,7 @@
margin-left: var(--uc-tab-corner-half-size) !important;
}
.tabbrowser-tab[last-visible-tab] {
margin-right: vart(--uc-tab-corner-half-size) !important;
margin-right: var(--uc-tab-corner-half-size) !important;
}
}
}
@ -8610,7 +8610,6 @@
margin-inline: 5px;
}
.findbar-closebutton {
box-sizing: padding-box;
width: 30px !important; /* Original: 24px */
margin: 0 !important;
border-width: 0 1px 1px 0px;

View file

@ -62,7 +62,6 @@ findbar {
}
.findbar-closebutton {
box-sizing: padding-box;
width: 30px !important; /* Original: 24px */
margin: 0 !important;
border-width: 0 1px 1px 0px;

View file

@ -45,7 +45,7 @@
display: block;
width: 2px;
position: absolute;
background-image: linear-gradient(0, #9059ff 0%, #ff4aa2 52.08%, #ffbd4f 100%);
background-image: linear-gradient(0deg, #9059ff 0%, #ff4aa2 52.08%, #ffbd4f 100%);
top: 0;
inset-inline-start: 0;
height: 100%;

View file

@ -223,5 +223,5 @@
}
}
.tabbrowser-tab[last-visible-tab] {
margin-right: vart(--uc-tab-corner-half-size) !important;
margin-right: var(--uc-tab-corner-half-size) !important;
}