mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Fix news bullets align
This commit is contained in:
parent
0a8aaea75b
commit
d7ac23e8fc
|
@ -324,7 +324,7 @@ export default function getExcEditor(theState) {
|
|||
})
|
||||
}
|
||||
</datalist>
|
||||
<ol class="horizontalList" id="exc-radio">
|
||||
<ol class="horizontalList middledChildren" id="exc-radio">
|
||||
<li><input id="this-auto" type="radio" checked name="if-proxy-this-site" onClick={onradio}/>{' '}
|
||||
<label for="this-auto">{/*<span class="emoji">🔄(looks fat)</span>*/}<svg
|
||||
class="icon"
|
||||
|
|
|
@ -16,7 +16,7 @@ export default function getPacChooser(theState) {
|
|||
return (
|
||||
<section>
|
||||
<header>Я <span class="emoji" style="color: #f93a17">❤</span> yведомления:</header>
|
||||
<ul class={scopedCss.listOfNotifiers}>
|
||||
<ul class={scopedCss.listOfNotifiers + ' middledChildren'}>
|
||||
{
|
||||
Array.from(props.apis.errorHandlers.getEventsMap()).map(([ntfId, ntfName]) => {
|
||||
|
||||
|
|
|
@ -47,7 +47,8 @@ export default function append(document, { flags }) {
|
|||
.nowrap {
|
||||
display: block;
|
||||
}
|
||||
li, li > * {
|
||||
.middledChildren > li,
|
||||
.middledChildren > li > * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
input[type="radio"], input[type="checkbox"] {
|
||||
|
|
Loading…
Reference in New Issue
Block a user