refactor(ui): remove unused text part copy wrapper styles

This commit is contained in:
Halil İbrahim ceylan
2026-02-18 23:24:57 +00:00
committed by Catriel Müller
parent e3b9da27df
commit cb5e3cea23
@@ -114,24 +114,6 @@
[data-component="text-part"] {
width: 100%;
[data-slot="text-part-body"] {
position: relative;
margin-top: 32px;
}
[data-slot="text-part-copy-wrapper"] {
position: absolute;
top: -28px;
right: 8px;
opacity: 0;
transition: opacity 0.15s ease;
z-index: 1;
}
[data-slot="text-part-body"]:hover [data-slot="text-part-copy-wrapper"] {
opacity: 1;
}
[data-component="markdown"] {
margin-top: 0;
font-size: var(--font-size-base);