CSS fixes for v1 (#7285)
* CSS fixes for v1 (Thanks @ngotchac) * Remove hack line completely * Comment around Chrome upgrade
This commit is contained in:
parent
6587dfecc0
commit
c9865e00a5
@ -22,7 +22,8 @@ $transitionAll: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
|
|||||||
.container {
|
.container {
|
||||||
background: $background;
|
background: $background;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 100%;
|
/* Broke after Chrome upgrade, just commenting for now */
|
||||||
|
/* height: 100%; */
|
||||||
padding: 0em;
|
padding: 0em;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -64,7 +65,8 @@ $transitionAll: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
|
|||||||
.padded {
|
.padded {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
height: 100%;
|
/* Broke after Chrome upgrade, just commenting for now */
|
||||||
|
/* height: 100%; */
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
@ -47,7 +47,6 @@
|
|||||||
width: calc(.9em + 5px);
|
width: calc(.9em + 5px);
|
||||||
text-transform: initial;
|
text-transform: initial;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
margin-top: -1em;
|
|
||||||
|
|
||||||
> .bar {
|
> .bar {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user