@setoelkahfi / svara / commits / 2b7ffe3

Formatting cleanup

mellbacon committed Oct 2, 2022 at 18:26 UTC 2b7ffe3e438ff208a0c82a0a0f133589d13b5bba
1 file changed +9 -11
src/components/FileTree/Tree.svelte
+9 -11
@@ -63,35 +63,33 @@
63 background-color: #333;
64 }
65
66 - .toolbar-button-mx
67 - {
68 - background-color: white;
69 - color: #333;
66 + .toolbar-button-mx {
67 + background-color: #222222;
68 + color: #fff;
69 font-family: inherit;
70 text-align: center;
72 - padding: 5px 25px;
71 + padding: 7px 30px;
72 margin-top: 10px;
73 margin-bottom: 5px;
74 display: inline-block;
75 cursor: pointer;
76 }
77
79 - .toolbar-button-mx:hover
80 - {
81 - background-color: rgb(177, 177, 177);
78 + .toolbar-button-mx:hover {
79 + background-color: rgb(50 50 50);
80 }
81
82 .text-form {
83 margin-top: 10px;
84 margin-bottom: 5px;
85 + text-align: center;
86 }
88 - .container
89 - {
87 + .container {
88 display:flex;
89 flex-direction:column;
90 align-items: center;
91 justify-content:center;
94 - min-height:10vh;
92 + min-height: 10vh;
93 margin-top: 10px;
94 margin-bottom: 5px;
95 }