Align rectangels
This commit is contained in:
parent
dd9d1d0fbd
commit
0547ecf014
3 changed files with 12 additions and 5 deletions
|
@ -12833,6 +12833,9 @@ body.no-gpu .lyric-line:hover::after {
|
|||
border-radius: 5px;
|
||||
border-color: #CBCBCB;
|
||||
}
|
||||
.keybinding-text {
|
||||
width: 110px;
|
||||
}
|
||||
.qrimg {
|
||||
width: -webkit-fill-available;
|
||||
max-block-size: -webkit-fill-available;
|
||||
|
|
|
@ -3131,6 +3131,10 @@ body.no-gpu {
|
|||
border-color: #CBCBCB;
|
||||
}
|
||||
|
||||
.keybinding-text {
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
.qrimg {
|
||||
width: -webkit-fill-available;
|
||||
max-block-size: -webkit-fill-available;
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
Web Remote
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto keybindings-border">
|
||||
<p>CTRL + Shift + W</p>
|
||||
<p class="keybinding-text">CTRL + Shift + W</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-option-line">
|
||||
|
@ -147,7 +147,7 @@
|
|||
Audio Settings
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto keybindings-border">
|
||||
<p>CTRL + Shift + A</p>
|
||||
<p class="keybinding-text">CTRL + Shift + A</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-option-line">
|
||||
|
@ -155,7 +155,7 @@
|
|||
Plugin Menu
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto keybindings-border">
|
||||
<p>CTRL + Shift + P</p>
|
||||
<p class="keybinding-text">CTRL + Shift + P</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-option-line">
|
||||
|
@ -163,7 +163,7 @@
|
|||
Cast to Devices
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto keybindings-border">
|
||||
<p>CTRL + Shift + C</p>
|
||||
<p class="keybinding-text">CTRL + Shift + C</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-option-line">
|
||||
|
@ -171,7 +171,7 @@
|
|||
Open Developer Tools
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto keybindings-border">
|
||||
<p>CTRL + Shift + I</p>
|
||||
<p class="keybinding-text">CTRL + Shift + I</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue