* auth block was moved to comment form * if comments on page read only auth form shows in old place * comment value in form will be saved between refreshes (it is side effect form saving comment value between unauth and auth states)
16 lines
236 B
SCSS
16 lines
236 B
SCSS
.comment-form {
|
|
position: relative;
|
|
display: block;
|
|
border-style: solid;
|
|
border-width: 6px 12px 12px 12px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.comment-form__dropdown_rss {
|
|
text-align: left;
|
|
|
|
.dropdown__content {
|
|
width: 8em;
|
|
}
|
|
}
|