v2-ui #94
|
@ -2,9 +2,9 @@
|
|||
@use "../abstracts/mixins" as *;
|
||||
|
||||
.comments-threads-wrapper {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: 4px;
|
||||
background: var(--background-color);
|
||||
border-radius: #{$border-radius-large} #{$border-radius-large} #{$border-radius-large}
|
||||
|
|
Loading…
Reference in New Issue