Reduce width of sheet-square from 5px to 3px

This commit is contained in:
aurelien chabani
2024-11-26 12:46:29 +01:00
parent d3fb68013d
commit 1094a2af90
+1 -1
View File
@@ -423,7 +423,7 @@ div.sheet-attributeBase {
}
.sheet-square {
width: 5px;
width: 3px;
height: 5px;
border-radius: 1px;
}