We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c45ab7 commit c110890Copy full SHA for c110890
app/renderer/css/main.css
@@ -81,11 +81,18 @@ body {
81
text-rendering: optimizeLegibility;
82
}
83
84
+#actions-container {
85
+ display: flex;
86
+ flex-direction: column;
87
+ position: fixed;
88
+ bottom: 0;
89
+ width: inherit;
90
+}
91
+
92
.action-button {
93
display: flex;
94
flex-direction: column;
- align-items: center;
- padding: 10px;
95
+ padding: 12px;
96
97
98
.action-button:hover {
app/renderer/js/main.js
@@ -294,7 +294,6 @@ class ServerManagerView {
294
try {
295
this.tabs[index].webview.canGoBackButton();
296
} catch (err) {
297
- console.log(err);
298
299
300
this.activeTabIndex = index;
0 commit comments