mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-09 23:18:20 +00:00
add feed support
This commit is contained in:
parent
63f2442d6c
commit
13be01f68b
@ -1,6 +1,17 @@
|
|||||||
.ii_info {
|
BODY {
|
||||||
|
--feed_ratio: 2.5;
|
||||||
|
}
|
||||||
|
H1 {
|
||||||
|
background-color:blue;
|
||||||
|
color:white;
|
||||||
|
height:calc(108px * (var(--feed_ratio) - 1));
|
||||||
|
margin-top:0;
|
||||||
|
padding:5px;
|
||||||
|
margin-bottom:108px;
|
||||||
|
width:calc(100% - (192px * var(--feed_ratio)));
|
||||||
|
}
|
||||||
|
.ii_info_line {
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
background-color:#ccc;
|
|
||||||
}
|
}
|
||||||
.ii {
|
.ii {
|
||||||
width:100%;
|
width:100%;
|
||||||
@ -9,7 +20,7 @@
|
|||||||
}
|
}
|
||||||
.ii_key_DIV {
|
.ii_key_DIV {
|
||||||
|
|
||||||
flex:0 0 30vw;
|
flex:0 0 40vw;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
}
|
}
|
||||||
.ii_value_DIV {
|
.ii_value_DIV {
|
||||||
@ -19,8 +30,12 @@
|
|||||||
.ii_value {
|
.ii_value {
|
||||||
width:75%;
|
width:75%;
|
||||||
}
|
}
|
||||||
.ii_explain {
|
.feed {
|
||||||
width:29vw;
|
position:absolute;
|
||||||
overflow:scroll;
|
top:10px;
|
||||||
max-height:140px;
|
right:0px;
|
||||||
|
width:calc(192px * var(--feed_ratio));
|
||||||
|
height:calc(108px * var(--feed_ratio));
|
||||||
|
z-index:10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user