mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2025-04-20 01:26:43 +00:00
16 lines
195 B
CSS
16 lines
195 B
CSS
#instances table {
|
|
width: 100%;
|
|
}
|
|
|
|
#instances .instance {
|
|
width: 100%;
|
|
}
|
|
|
|
#instances .date {
|
|
width: max-content;
|
|
text-align: right;
|
|
}
|
|
|
|
#instances thead td {
|
|
text-align: center !important;
|
|
}
|