Skip to content
Snippets Groups Projects
Commit e567b300 authored by jojohoch's avatar jojohoch
Browse files

[player] Refactor styles of layout component and marking bar

parent 6f1d8ad9
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ import { TextElement } from '../models/text-element'; ...@@ -41,7 +41,7 @@ import { TextElement } from '../models/text-element';
</div> </div>
`, `,
styles: [ styles: [
'.marking-bar{position: sticky; top: 0}', '.marking-bar{position: sticky; top: 0; margin-bottom: 15px}',
'.marking-button{color: #333}' '.marking-button{color: #333}'
] ]
}) })
......
...@@ -21,9 +21,11 @@ ...@@ -21,9 +21,11 @@
.layout-container{ .layout-container{
margin: auto; margin: auto;
display: flex;
} }
.layout-flex-container{ .layout-flex-container{
width: 100%;
height: 100vh; height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
...@@ -36,6 +38,5 @@ ...@@ -36,6 +38,5 @@
} }
.keyboard { .keyboard {
width: 100%; width: 100%;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment