v2-ui #94

Merged
Vishnu merged 38 commits from v2-ui into main 2025-05-26 05:09:47 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit e161c2768e - Show all commits

View File

@ -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}