mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-12 07:58:15 -07:00
Updates all styles save for the tooltip and tracker, which are forthcoming. I just really wanted to commit all these changes.
This commit is contained in:
26
WebHostLib/static/styles/viewSeed.css
Normal file
26
WebHostLib/static/styles/viewSeed.css
Normal file
@@ -0,0 +1,26 @@
|
||||
#view-seed-wrapper{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#view-seed-wrapper table td{
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#view-seed{
|
||||
width: 620px;
|
||||
min-height: 360px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#view-seed h3{
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
#view-seed table{
|
||||
text-align: left;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user