reorganized Raid pages
This commit is contained in:
parent
f40903851e
commit
d0ff8251a2
16 changed files with 174 additions and 53 deletions
22
Lieb/Pages/Raids/RaidOverview/RaidRoles.razor.css
Normal file
22
Lieb/Pages/Raids/RaidOverview/RaidRoles.razor.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
table {
|
||||
column-width: auto;
|
||||
color: lightgrey;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
button {
|
||||
/*width: max-content;*/
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
.tdSignUp {
|
||||
max-width: 400px;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
|
||||
.tdRole {
|
||||
max-width: 500px;
|
||||
width: fit-content;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue