Changed Formatting, Added SignedUpUSers.razor to split up RaidRoles.razor
This commit is contained in:
parent
529236e68d
commit
bca069db78
8 changed files with 111 additions and 63 deletions
|
@ -6,10 +6,31 @@ h5 {
|
|||
table {
|
||||
column-width: auto;
|
||||
color: lightgray;
|
||||
width: fit-content;
|
||||
/* border-top: none;
|
||||
border-bottom: none;*/
|
||||
}
|
||||
|
||||
button {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
.signUpButton{
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
.tdSignUp {
|
||||
max-width: 400px;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
|
||||
.tdRole {
|
||||
max-width: 500px;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
|
||||
/*.roleTable table tr:not(:first-child) > td {
|
||||
border-top: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue