Forráskód Böngészése

fix: fixed minor ux and firefox issues, fixes #10228

Torkel Ödegaard 8 éve
szülő
commit
ed48d27d85

+ 1 - 1
public/app/features/plugins/plugin_edit_ctrl.ts

@@ -40,7 +40,7 @@ export class PluginEditCtrl {
     this.navModel = {
       main: {
         img: model.info.logos.large,
-        subTitle: model.info.description,
+        subTitle: model.info.author.name,
         url: '',
         text: '',
         breadcrumbs: [

+ 1 - 1
public/sass/base/_icons.scss

@@ -6,7 +6,7 @@
   text-align: center;
   background-repeat: no-repeat;
   background-position: center;
-  background-size: 100% 100%;
+  background-size: contain;
   display: inline-block;
   vertical-align: middle;
 }

+ 1 - 0
public/sass/components/_gf-form.scss

@@ -240,6 +240,7 @@ $input-border: 1px solid $input-border-color;
 .gf-form-select-wrapper {
   margin-right: $gf-form-margin;
   position: relative;
+  background-color: $input-bg;
 
   select.gf-form-input {
     text-indent: .01px;

+ 0 - 2
public/sass/components/_page_header.scss

@@ -33,10 +33,8 @@
 }
 
 .page-header__img {
-  border-radius: 50%;
   position: relative;
   top: 10px;
-  width: 50px;
   height: 50px;
 }