ci: 👷 lint code to MediaWiki standards

Check commit and GitHub actions for more details
这个提交包含在:
github-actions 2024-04-25 21:17:22 +00:00
父节点 b186efba69
当前提交 877406e449
共有 2 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -133,7 +133,7 @@
height: 100%;
content: '';
background-color: var( --color-surface-0 );
filter: opacity( 0.90 );
filter: opacity( 0.9 );
backdrop-filter: saturate( 50% ) blur( 16px );
}
}

查看文件

@ -79,7 +79,7 @@
margin-bottom: var( --space-md );
overflow-x: auto;
background-color: var( --color-surface-0 );
filter: opacity( 0.90 );
filter: opacity( 0.9 );
backdrop-filter: saturate( 50% ) blur( 16px );
border-bottom: 1px solid var( --border-color-base );
box-shadow: none;