1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

style: fix scss lint issue

type: declaration-block-no-redundant-longhand-properties
This commit is contained in:
Cotes Chung
2023-03-18 00:28:46 +08:00
parent e8e4901e34
commit 111b82838d

View File

@@ -1154,10 +1154,7 @@ $sidebar-display: 'sidebar-display';
#mask {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
inset: 0 0 0 0;
height: 100%;
width: 100%;
z-index: 1;