mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-07 10:11:49 +01:00
refactor: remove unused scaling and animation properties for cleaner CSS
This commit is contained in:
parent
ede95e9e70
commit
7d46a4fd08
1 changed files with 0 additions and 14 deletions
|
|
@ -2732,19 +2732,6 @@ html {
|
|||
animation: fadeIn 0.5s ease-out forwards;
|
||||
}
|
||||
|
||||
/* Enhanced smooth scaling for interactions */
|
||||
.scale-98 {
|
||||
transform: scale(0.98);
|
||||
}
|
||||
|
||||
/* Add hardware acceleration for smoother animations */
|
||||
.will-change-transform {
|
||||
will-change: transform;
|
||||
}
|
||||
|
||||
.will-change-opacity {
|
||||
will-change: opacity;
|
||||
}
|
||||
|
||||
/* Prevent content flash and layout shifts in artifacts */
|
||||
[data-radix-scroll-area-viewport] {
|
||||
|
|
@ -2754,7 +2741,6 @@ html {
|
|||
|
||||
/* Ensure smooth tab content transitions */
|
||||
[role="tabpanel"] {
|
||||
/* Use GPU acceleration for tab content */
|
||||
transform: translateZ(0);
|
||||
backface-visibility: hidden;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue