Skip to content

Commit c110890

Browse files
committed
left-sidebar: Align action container properly.
1 parent 5c45ab7 commit c110890

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

app/renderer/css/main.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,18 @@ body {
8181
text-rendering: optimizeLegibility;
8282
}
8383

84+
#actions-container {
85+
display: flex;
86+
flex-direction: column;
87+
position: fixed;
88+
bottom: 0;
89+
width: inherit;
90+
}
91+
8492
.action-button {
8593
display: flex;
8694
flex-direction: column;
87-
align-items: center;
88-
padding: 10px;
95+
padding: 12px;
8996
}
9097

9198
.action-button:hover {

app/renderer/js/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ class ServerManagerView {
294294
try {
295295
this.tabs[index].webview.canGoBackButton();
296296
} catch (err) {
297-
console.log(err);
298297
}
299298

300299
this.activeTabIndex = index;

0 commit comments

Comments
 (0)