Update VENDOR_README.md with upstream's latest README
This commit is contained in:
parent
f612c760df
commit
7e41c14ec1
4 changed files with 210 additions and 602 deletions
|
|
@ -40,8 +40,8 @@
|
|||
stroke-linejoin="round"
|
||||
class="icon icon-tabler icons-tabler-outline icon-tabler-brightness-down"
|
||||
>
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
||||
<path d="M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
|
||||
<path d="M12 5l0 .01" />
|
||||
<path d="M17 7l0 .01" />
|
||||
<path d="M19 12l0 .01" />
|
||||
|
|
@ -65,8 +65,8 @@
|
|||
stroke-linejoin="round"
|
||||
class="icon icon-tabler icons-tabler-outline icon-tabler-brightness-up"
|
||||
>
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||
<path d="M12 12m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
||||
<path d="M9 12a3 3 0 1 0 6 0a3 3 0 1 0 -6 0" />
|
||||
<path d="M12 5l0 -2" />
|
||||
<path d="M17 7l1.4 -1.4" />
|
||||
<path d="M19 12l2 0" />
|
||||
|
|
@ -147,25 +147,25 @@ text.footer {
|
|||
}
|
||||
|
||||
/* styling for combo tap, and key non-tap label text */
|
||||
text.combo, text.hold, text.shifted, text.left, text.right {
|
||||
text.combo, text.hold, text.shifted, text.left, text.right, text.tl, text.tr, text.bl, text.br {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
text.hold {
|
||||
text.hold, text.bl, text.br {
|
||||
text-anchor: middle;
|
||||
dominant-baseline: auto;
|
||||
}
|
||||
|
||||
text.shifted {
|
||||
text.shifted, text.tl, text.tr {
|
||||
text-anchor: middle;
|
||||
dominant-baseline: hanging;
|
||||
}
|
||||
|
||||
text.left {
|
||||
text.left, text.tl, text.bl {
|
||||
text-anchor: start;
|
||||
}
|
||||
|
||||
text.right {
|
||||
text.right, text.tr, text.br {
|
||||
text-anchor: end;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
Loading…
Add table
Add a link
Reference in a new issue