mirror of
https://github.com/System-End/hackatime-desktop.git
synced 2026-04-19 16:28:19 +00:00
fix: add "ph-no-capture" class to profile card and api card
This commit is contained in:
parent
da5c28b4ef
commit
d03e8ae14f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="card-3d">
|
||||
<div class="card-3d ph-no-capture">
|
||||
<div class="rounded-[8px] border-2 border-black p-4 card-3d-front" style="background: #f9e9b5;">
|
||||
<!-- Header with User Info -->
|
||||
<div class="flex items-center gap-3 mb-3">
|
||||
|
|
|
|||
|
|
@ -122,7 +122,7 @@
|
|||
</div>
|
||||
|
||||
<!-- API Access -->
|
||||
<div v-if="apiKey" class="card-3d">
|
||||
<div v-if="apiKey" class="card-3d ph-no-capture">
|
||||
<div class="rounded-[8px] border-2 border-black p-6 card-3d-front" style="background-color: #3D2C3E;">
|
||||
<div class="space-y-4">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue