Skip to content

Commit 11a1a54

Browse files
authored
Merge pull request #123 from onepanelio/fix/workspace-info-button
fix: use correct logo for info button
2 parents fa3cc66 + 5b40c99 commit 11a1a54

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

src/app/workspace/workspace-view/workspace-view.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<div>
2323
<div class="bg-primary rounded-circle op-info-button shadow-lg pointer-hover" [style.bottom]="buttonBottom" (click)="onToggleWorkspaceDetails()">
24-
<img src="/assets/images/onepanel-logo-white.svg"/>
24+
<img src="/assets/images/onepanel-logo-blue-white.png"/>
2525
</div>
2626

2727
<div id="bottom-panel" class="bottom-panel">

src/app/workspace/workspace-view/workspace-view.component.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ iframe {
2525

2626
img {
2727
position: relative;
28-
top: 10px;
29-
left: 9.5px;
30-
width: 20px;
31-
height: 20px;
28+
top: 1px;
29+
left: 1px;
30+
width: 36px;
31+
height: 36px;
32+
border: 1px solid white;
33+
border-radius: 50%;
3234
}
3335
}
3436

src/assets/icon/favicon.png

10.8 KB
Loading

0 commit comments

Comments
 (0)