Browse Source

fix issue in some peoples browsers where input is bigger than it should be for some reason

pull/36/head
KodeStar 7 years ago
parent
commit
5baedc39bc
  1. 4
      public/css/app.css
  2. 2
      public/mix-manifest.json
  3. 3
      resources/assets/sass/_app.scss

4
public/css/app.css

@ -667,6 +667,10 @@ body {
color: #2f313a;
}
.homesearch {
height: 51px;
}
.module-actions {
display: -webkit-box;
display: -ms-flexbox;

2
public/mix-manifest.json

@ -1,4 +1,4 @@
{
"/css/app.css": "/css/app.css?id=414b5bf109854d80b269",
"/css/app.css": "/css/app.css?id=a571eeda02c71a01f251",
"/js/app.js": "/js/app.js?id=b38be2e595ece6fcef81"
}

3
resources/assets/sass/_app.scss

@ -357,6 +357,9 @@ body {
}
}
}
.homesearch {
height: 51px;
}
.module-actions {
display: flex;
justify-content:space-between;

Loading…
Cancel
Save