This commit is contained in:
syuilo
2018-02-25 02:57:19 +09:00
parent 83fde7c131
commit 3e91159bc3
5 changed files with 43 additions and 29 deletions

View File

@@ -16,7 +16,6 @@
</div>
<footer>
<div ref="notifications" class="notifications"></div>
<div class="grippie" title="%i18n:common.tags.mk-messaging-room.resize-form%"></div>
<x-form :user="user"/>
</footer>
</div>
@@ -316,16 +315,4 @@ export default Vue.extend({
line-height 32px
font-size 16px
> .grippie
height 10px
margin-top -10px
background transparent
cursor ns-resize
&:hover
//background rgba(0, 0, 0, 0.1)
&:active
//background rgba(0, 0, 0, 0.2)
</style>