6
0
Преглед на файлове

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>