Преглед изворни кода

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>