* 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)
7 lines
90 B
SCSS
7 lines
90 B
SCSS
.auth-panel__column {
|
|
&:last-child {
|
|
margin-left: 8px;
|
|
text-align: right;
|
|
}
|
|
}
|