Browse Source

スタイルの設定追加

main
みてるぞ 1 month ago
parent
commit
3b61d017b5
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      client/src/app/+videos/+video-watch/video-watch.component.html

+ 3
- 1
client/src/app/+videos/+video-watch/video-watch.component.html View File

@@ -28,8 +28,10 @@
<my-video-alert [video]="video" [user]="user" [noPlaylistVideoFound]="noPlaylistVideoFound"></my-video-alert>

<div style="margin: 16px; display: flex">
<button style="flex: 0 0 5%" id="comment-place">位置</button>
<button style="flex: 0 0 5%" id="comment-color">色</button>
<input type="text" style="flex: 0 0 80%; color: black" id="niconico-comment-input" placeholder="コメントを入れるぬ゛ん゛" />
<button style="flex: 0 0 20%" id="niconico-comment-send">送信!</button>
<button style="flex: 0 0 10%" id="niconico-comment-send">送信!</button>
</div>

<!-- Video information -->


Loading…
Cancel
Save