Skip to content

Commit a8fb29f

Browse files
marcgurneyWaleyChen
authored andcommitted
remove logo from main app window
1 parent db87b69 commit a8fb29f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/refine-view/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
}
2222
.sampling-message {
23-
font-size: 12px;
23+
font-size: 13px;
2424
font-weight: 200;
2525
padding: 5px 25px;
2626
border-bottom: 2px solid @gray7

src/sidebar/index.jade

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
div
22
.sidebar.panel
3-
div.compass-logo
43
div(data-hook='instance-properties-subview')
54
div(data-hook='collection-filter-subview')
65
div(data-hook='collection-list-subview')

styles/sidebar.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
.instance-properties {
1919
position: absolute;
20-
top: 78px;
20+
top: 18px;
2121
left: 10px;
2222

2323
.hostname {
@@ -84,7 +84,7 @@
8484

8585
.list-filter {
8686
position: absolute;
87-
top: 156px;
87+
top: 96px;
8888
width: 100%;
8989
// padding-bottom: 12px;
9090
box-shadow: 0 2px 0 rgba(0,0,0,0.2);
@@ -137,7 +137,7 @@
137137
.list-group {
138138
line-height: 24px;
139139
position: absolute;
140-
top: 189px;
140+
top: 129px;
141141
bottom: 0px;
142142
overflow-y: auto;
143143
width: 100%;

0 commit comments

Comments
 (0)