Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
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
syntax_j
mycard
Commits
191831be
Commit
191831be
authored
Jul 16, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update custom room table
parent
38b0ad61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
17 deletions
+21
-17
app/ygopro.component.css
app/ygopro.component.css
+21
-17
No files found.
app/ygopro.component.css
View file @
191831be
...
...
@@ -50,23 +50,6 @@
/*border-bottom: none;*/
/*}*/
/*!*fixme: auto width*!*/
/*#game-list-modal .title {*/
/*width: 25%;*/
/*}*/
/*#game-list-modal .users {*/
/*width: 20%;*/
/*}*/
/*#game-list-modal .mode {*/
/*width: 20%;*/
/*}*/
/*#game-list-modal .extra {*/
/*width: 35%;*/
/*}*/
/*.float-left {*/
/*float: left;*/
/*}*/
...
...
@@ -215,6 +198,20 @@ form {
width
:
20%
;
}
#game-list
th
.users
{
width
:
20%
;
}
#game-list
th
.mode
{
width
:
15%
;
}
#game-list
th
.extra
{
width
:
35%
;
}
#game-list
td
.users
,
#game-list
td
.extra
,
#game-replay-watch
td
.title
,
#game-replay-watch
td
.users
,
#game-replay-watch
td
.extra
{
...
...
@@ -222,6 +219,13 @@ form {
white-space
:
nowrap
;
}
#game-list
td
.users
{
max-width
:
95px
;
}
#game-list
td
.extra
{
max-width
:
185px
;
}
#game-replay-watch
td
.title
{
max-width
:
360px
;
}
...
...
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