Skip to content

Commit 288cab9

Browse files
committed
DT-6830 matka monitor logo style
1 parent bb7de95 commit 288cab9

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/ui/Titlebar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ $preview-container-height: 365px;
161161
padding-left: 0.4vw;
162162
}
163163

164+
.matka {
165+
width: 100%;
166+
}
167+
164168
&.preview {
165169
min-width: calc(0.14 * #{$preview-container-width}) !important;
166170
padding: calc(0.015 * #{$preview-container-height}) 0 !important;

src/ui/logo/MatkaLogo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import * as React from 'react';
22
import Logo from './matka-logo.svg';
33

44
export default ({ style }: { style?: React.CSSProperties } = { style: {} }) => (
5-
<img title="logo matka.fi" id={'logo'} src={Logo} style={style} />
5+
<img className="matka" title="logo matka" src={Logo} style={style} />
66
);

0 commit comments

Comments
 (0)