Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-cardtest-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-cardtest-web
Commits
d7af8fce
Commit
d7af8fce
authored
Feb 01, 2026
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
filters
parent
30f1c126
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
647 additions
and
96 deletions
+647
-96
src/app/app.css
src/app/app.css
+30
-0
src/app/app.html
src/app/app.html
+193
-68
src/app/app.ts
src/app/app.ts
+408
-28
src/styles.css
src/styles.css
+16
-0
No files found.
src/app/app.css
View file @
d7af8fce
...
@@ -9,3 +9,33 @@
...
@@ -9,3 +9,33 @@
.progress
{
.progress
{
height
:
0.75rem
;
height
:
0.75rem
;
}
}
.report-scroll
{
max-height
:
70vh
;
overflow-y
:
auto
;
padding-right
:
0.5rem
;
}
details
>
summary
{
cursor
:
pointer
;
list-style
:
none
;
}
details
>
summary
::-webkit-details-marker
{
display
:
none
;
}
.summary-row
{
user-select
:
none
;
}
details
>
summary
::after
{
content
:
"▾"
;
color
:
#6c757d
;
margin-left
:
0.5rem
;
transition
:
transform
0.15s
ease
;
}
details
[
open
]
>
summary
::after
{
transform
:
rotate
(
180deg
);
}
src/app/app.html
View file @
d7af8fce
This diff is collapsed.
Click to expand it.
src/app/app.ts
View file @
d7af8fce
This diff is collapsed.
Click to expand it.
src/styles.css
View file @
d7af8fce
...
@@ -11,3 +11,19 @@ body {
...
@@ -11,3 +11,19 @@ body {
main
{
main
{
min-height
:
100vh
;
min-height
:
100vh
;
}
}
@media
print
{
body
{
background
:
#ffffff
;
}
.no-print
{
display
:
none
!important
;
}
.report-scroll
{
max-height
:
none
!important
;
overflow
:
visible
!important
;
padding-right
:
0
!important
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment