We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7de95 commit 288cab9Copy full SHA for 288cab9
2 files changed
src/ui/Titlebar.scss
@@ -161,6 +161,10 @@ $preview-container-height: 365px;
161
padding-left: 0.4vw;
162
}
163
164
+ .matka {
165
+ width: 100%;
166
+ }
167
+
168
&.preview {
169
min-width: calc(0.14 * #{$preview-container-width}) !important;
170
padding: calc(0.015 * #{$preview-container-height}) 0 !important;
src/ui/logo/MatkaLogo.tsx
@@ -2,5 +2,5 @@ import * as React from 'react';
2
import Logo from './matka-logo.svg';
3
4
export default ({ style }: { style?: React.CSSProperties } = { style: {} }) => (
5
- <img title="logo matka.fi" id={'logo'} src={Logo} style={style} />
+ <img className="matka" title="logo matka" src={Logo} style={style} />
6
);
0 commit comments