* 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)
12 lines
132 B
SCSS
12 lines
132 B
SCSS
.thread {
|
|
position: relative;
|
|
}
|
|
|
|
.thread_indented {
|
|
margin-left: 17px;
|
|
}
|
|
|
|
.thread_level_6 .thread_level_6 {
|
|
margin-left: 0;
|
|
}
|