mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Better notice when instance is blocked
This commit is contained in:
parent
4af41e3c7f
commit
f78ee4ff0f
3 changed files with 55 additions and 2 deletions
|
|
@ -90,3 +90,24 @@
|
|||
padding: 40px 20px 20px
|
||||
margin: 0 auto
|
||||
max-width: 600px
|
||||
line-height: 1.4
|
||||
|
||||
.blocked-explanation
|
||||
text-align: center
|
||||
margin-bottom: 32px
|
||||
|
||||
img
|
||||
width: 552px
|
||||
height: 96px
|
||||
|
||||
.rows
|
||||
display: grid
|
||||
grid-template-columns: 22% 20% 20% 20%
|
||||
grid-gap: 4%
|
||||
justify-content: center
|
||||
|
||||
.row
|
||||
margin: 0
|
||||
|
||||
.actor
|
||||
margin: 4px 0px 10px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue