소스 검색

updated margin value of the heading in the image view

Dimitri Korsch 3 년 전
부모
커밋
e8280db8ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      webui/src/components/media/annotated-image.vue

+ 1 - 1
webui/src/components/media/annotated-image.vue

@@ -372,6 +372,6 @@ img, video {
 h3 {
   max-width: 100%;
   max-height: 5%;
-  margin: auto;
+  margin: 0.5em;
 }
 </style>