mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
feature: added basic card manipulation mechanics and websockets
This commit is contained in:
parent
ec631f3c2a
commit
8119b46592
2 changed files with 2 additions and 1 deletions
|
|
@ -679,6 +679,7 @@ const cardStyle = (card: Card, index: number): CSSProperties => ({
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
z-index: 100;
|
||||||
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Version: "1.0.0"
|
Version: "1.0.1"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue