fix usage bar styles
This commit is contained in:
parent
e6ce06184a
commit
de838a3184
@ -8,9 +8,10 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
.cp-limit-bar {
|
.cp-limit-bar {
|
||||||
padding: 5px;
|
display: inline-flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
display: inline-block;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@ -18,7 +19,6 @@
|
|||||||
background: white;
|
background: white;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
|
||||||
width: ~"calc(100% - 6px)";
|
width: ~"calc(100% - 6px)";
|
||||||
height: 35px;
|
height: 35px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user