mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-06-16 13:34:04 +08:00
fix: add padding to toolbar container to prevent add button shadow clipping (#1951)
The orange add button's circular shadow appeared square because the parent overflow-x-hidden container was clipping it at the edges.
This commit is contained in:
committed by
GitHub
Unverified
parent
dc4524e960
commit
24555275bb
+1
-1
@@ -1035,7 +1035,7 @@ function App() {
|
||||
)}
|
||||
<div
|
||||
ref={toolbarRef}
|
||||
className="flex flex-1 min-w-0 overflow-x-hidden items-center"
|
||||
className="flex flex-1 min-w-0 overflow-x-hidden items-center py-4 pr-2"
|
||||
>
|
||||
<div
|
||||
className="flex shrink-0 items-center gap-1.5 ml-auto"
|
||||
|
||||
Reference in New Issue
Block a user