浏览代码

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>