semantic issues

This commit is contained in:
xdrm-brackets 2018-03-22 22:00:57 +01:00
parent bf9211346f
commit 6c08dba3c0
2 changed files with 6 additions and 6 deletions

View File

@ -75,7 +75,7 @@
z-index: 100;
div.message-stack{
section.message-stack{
display: flex;
height: calc( 100% - #{$input-height} );
@ -175,7 +175,7 @@
}
div.message-input{
section.message-input{
display: block;
height: $input-height;

View File

@ -8,7 +8,7 @@
<div class='body'>
<div class='message-stack'>
<section class='message-stack'>
<div class='message' v-for='m in gs.content.messages'>
<div class='icon'></div>
@ -19,10 +19,10 @@
<span class='text'>{{ m.msg }}</span>
</div>
</div>
</section>
<div class='message-input'>
</div>
<section class='message-input'>
</section>
</div>