We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b30c1d commit ac8f8d5Copy full SHA for ac8f8d5
src/renderer/styles.css
@@ -2,6 +2,8 @@
2
display: flex;
3
flex-direction: column;
4
height: 100vh;
5
+ /* Horizontal padding so to not clip it them borders */
6
+ padding: 0 2px;
7
}
8
9
main {
0 commit comments