Skip to content

Commit 7bb2761

Browse files
committed
Add css for custom inline
1 parent 43215e2 commit 7bb2761

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

extension/options/css/options.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,19 @@
1919
.jumbotron {
2020
padding: 1rem 0.5rem;
2121
}
22+
}
23+
24+
.c-inline {
25+
display:-webkit-box;
26+
display:-ms-flexbox;
27+
display:flex;
28+
-webkit-box-flex:0;
29+
-ms-flex:0 0 auto;
30+
flex:0 0 auto;
31+
-webkit-box-orient:horizontal;
32+
-webkit-box-direction:normal;
33+
-webkit-box-align:center;
34+
-ms-flex-align:center;
35+
align-items:center;
36+
margin-bottom:0
2237
}

0 commit comments

Comments
 (0)