Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2025-07-08 10:02:11 +08:00
commit fbb39ce322
65 changed files with 188 additions and 193 deletions

View file

@ -140,7 +140,7 @@ select > option.divider {
margin: 0 0 15px 0;
padding: 4px 5px;
display: inline-flex;
-moz-user-select: none;
user-select: none;
}
#global-toolbar > .title {
@ -196,7 +196,7 @@ select > option.divider {
#global-dpr-selector {
margin: 0 8px;
-moz-user-select: none;
user-select: none;
color: var(--viewport-color);
font-size: 11px;
height: 15px;
@ -295,7 +295,7 @@ select > option.divider {
.browser {
display: block;
border: 0;
-moz-user-select: none;
user-select: none;
}
.browser:-moz-focusring {
@ -383,7 +383,7 @@ select > option.divider {
}
.viewport-dimension-separator {
-moz-user-select: none;
user-select: none;
}
/**