Better layout of Preferences > Appearance

The Appearance frame no longer causes the minimum Preferences window width to be large.
This commit is contained in:
Morgan Hardwood
2018-11-21 02:48:46 +01:00
parent 8b4027d75d
commit ead059ee8c
3 changed files with 82 additions and 82 deletions

View File

@@ -1037,4 +1037,8 @@ progressbar.vertical trough, progressbar.vertical progress {
min-width: 10px;
}
/* */
/* Add padding to grid cells */
.grid-spacing > * {
margin: 2px;
}