stream_privacy_modal: Fix vertical alignment of radio inputs.

Fixes: #20347.
This commit is contained in:
YashRE42 2021-11-24 22:32:15 +05:30 committed by Tim Abbott
parent 83a9401a89
commit 775018a818
1 changed files with 9 additions and 4 deletions

View File

@ -1040,10 +1040,6 @@ h4.stream_setting_subsection_title {
margin: 5px 0 5px 5px;
padding: 5px 0;
input[type="radio"] {
margin: 3.5px 0 1px;
}
&:last-of-type {
border-bottom: none;
}
@ -1069,6 +1065,15 @@ h4.stream_setting_subsection_title {
}
}
.stream-creation-body input[type="radio"] {
margin: 3.5px 0 1px;
}
/* we have this 2px difference due to the font size being larger in the modal */
#stream_privacy_modal input[type="radio"] {
margin: 5.5px 0 1px;
}
#change_stream_description {
width: 100%;
height: 80px;