-99999px -> -9999px

Signed-off-by: WaitSpring <me@waitspring.com>
这个提交包含在:
WaitSpring 2023-12-24 19:05:14 +08:00
父节点 f8c3274b33
当前提交 b42de0634a
找不到此签名对应的密钥
共有 2 个文件被更改,包括 4 次插入4 次删除

查看文件

@ -34,7 +34,7 @@
border: 0;
background-color: transparent;
background-repeat: no-repeat;
text-indent: -99999px;
text-indent: -9999px;
}
/* Icons for the page actions menus */
@ -55,7 +55,7 @@
width: 20px;
box-sizing: border-box;
padding: 0;
text-indent: -99999px;
text-indent: -9999px;
}
.nav-block() {

查看文件

@ -88,9 +88,9 @@
/* Desktop sticky scrollbars */
.content-table-scrollbar.inactive {
position: absolute;
top: -99999px;
top: -9999px;
bottom: unset;
left: -99999px;
left: -9999px;
}
.content-table-scrollbar {