Skip to content

Commit 8c4786c

Browse files
committed
Padding added between the tooltip and the sidebar, Issue resolved
1 parent 377f08a commit 8c4786c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

app/renderer/css/main.css

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ body {
155155

156156
.tab {
157157
position: relative;
158-
margin: 2px 0;
158+
margin: 2px 2px 0px 0px;
159159
cursor: pointer;
160160
display: flex;
161161
flex-direction: column;
@@ -174,25 +174,29 @@ body {
174174
}
175175

176176
.tab .server-tab {
177-
width: 100%;
178-
height: 35px;
177+
/* width: 50%; */
178+
/* height: 28px; */
179179
position: relative;
180-
margin-top: 5px;
180+
/* margin-top: 5px; */
181+
/* margin: 5px 5px 0px 0px; */
182+
display:flex;
181183
z-index: 11;
182184
line-height: 31px;
183185
color: rgba(238, 238, 238, 1);
184186
text-align: center;
185187
overflow: hidden;
186188
opacity: 0.6;
187-
padding: 6px 0;
189+
padding: 11px;
188190
}
189191

192+
div#add-action {}
193+
190194
.server-tab .alt-icon {
191195
font-family: Verdana, sans-serif;
192196
font-weight: 600;
193197
font-size: 22px;
194198
border: 2px solid rgba(34, 44, 49, 1);
195-
margin-left: 17%;
199+
margin-left: 37%;
196200
width: 35px;
197201
border-radius: 4px;
198202
}

0 commit comments

Comments
 (0)