7 lines
96 B
CSS
7 lines
96 B
CSS
@layer components {
|
|
.user-edit-link {
|
|
inset: 0 0 auto auto;
|
|
position: absolute;
|
|
}
|
|
}
|