mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 20:21:01 -06:00
fix: fixed minor ux and firefox issues, fixes #10228
This commit is contained in:
parent
63d4499a2b
commit
ed48d27d85
@ -40,7 +40,7 @@ export class PluginEditCtrl {
|
|||||||
this.navModel = {
|
this.navModel = {
|
||||||
main: {
|
main: {
|
||||||
img: model.info.logos.large,
|
img: model.info.logos.large,
|
||||||
subTitle: model.info.description,
|
subTitle: model.info.author.name,
|
||||||
url: '',
|
url: '',
|
||||||
text: '',
|
text: '',
|
||||||
breadcrumbs: [
|
breadcrumbs: [
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: 100% 100%;
|
background-size: contain;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
@ -240,6 +240,7 @@ $input-border: 1px solid $input-border-color;
|
|||||||
.gf-form-select-wrapper {
|
.gf-form-select-wrapper {
|
||||||
margin-right: $gf-form-margin;
|
margin-right: $gf-form-margin;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
background-color: $input-bg;
|
||||||
|
|
||||||
select.gf-form-input {
|
select.gf-form-input {
|
||||||
text-indent: .01px;
|
text-indent: .01px;
|
||||||
|
@ -33,10 +33,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.page-header__img {
|
.page-header__img {
|
||||||
border-radius: 50%;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
width: 50px;
|
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user