Remove color grid margin

This commit is contained in:
the1812 2019-05-10 22:00:43 +08:00
parent bf49bb464c
commit 2b5ed56cd8
4 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -309,7 +309,7 @@ button.gui-settings-button:focus
{
display: grid;
grid-template-columns: auto auto auto auto;
margin: 4px;
margin: 0;
flex-grow: 1;
}
.predefined-colors-grid-block