You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
580 B
29 lines
580 B
uni-cover-view {
|
|
display: block;
|
|
line-height: 1.2;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
uni-cover-view[hidden] {
|
|
display: none;
|
|
}
|
|
|
|
uni-cover-view .uni-cover-view {
|
|
width: 100%;
|
|
height: 100%;
|
|
text-overflow: inherit;
|
|
overflow: hidden;
|
|
white-space: inherit;
|
|
-webkit-align-items: inherit;
|
|
align-items: inherit;
|
|
-webkit-justify-content: inherit;
|
|
justify-content: inherit;
|
|
-webkit-flex-direction: inherit;
|
|
flex-direction: inherit;
|
|
-webkit-flex-wrap: inherit;
|
|
flex-wrap: inherit;
|
|
display: inherit;
|
|
overflow: inherit;
|
|
}
|