Explorar o código

updated margin value of the heading in the image view

Dimitri Korsch %!s(int64=3) %!d(string=hai) anos
pai
achega
e8280db8ba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>