Updated 8 files via CloudCannon
This commit is contained in:
parent
97cd5e0f5c
commit
b6c74889ed
8 changed files with 112 additions and 212 deletions
|
|
@ -191,21 +191,21 @@ footer .footframe small .label { display: none; }
|
|||
|
||||
.streamer .icon { flex: 0 0 100px; margin: 0; justify-self: center; }
|
||||
|
||||
#pleroma { padding-top: 60px; }
|
||||
#pleroma { padding: 60px 0; }
|
||||
|
||||
#pleroma .container { display: flex; flex-wrap: wrap; box-shadow: 15px 15px 28px 24px var(--border-alt) inset; border-radius: var(--border-radius); justify-content: space-between; }
|
||||
#pleroma .container { display: flex; flex-wrap: wrap; border-radius: var(--border-radius); justify-content: space-between; }
|
||||
|
||||
#pleroma .container div { flex: 1 1 280px; padding: 20px; margin: 20px; overflow: hidden; text-overflow: ellipsis; background-color: var(--bg-alt); box-shadow: 15px 15px 28px 24px var(--border-alt); border-radius: var(--border-radius); }
|
||||
|
||||
#pleroma .container div img { max-width: 120px; height: auto; }
|
||||
#pleroma .container div img { max-width: 100%; height: auto; }
|
||||
|
||||
#pleroma .container div .date { font-size: 0.6em; }
|
||||
#pleroma .container div .date { font-size: 0.6em; margin-top: 10px; }
|
||||
|
||||
#pleroma .container div .date img { border-radius: 40px; width: 40px; height: 40px; }
|
||||
|
||||
#pleroma .container div h2 { padding-top: 0; margin-bottom: 0px; }
|
||||
|
||||
#pleroma .container div hr { margin-top: 20px; border: 1px solid var(--fg-alt); }
|
||||
#pleroma .container div hr { border: 1px solid var(--fg-alt); }
|
||||
|
||||
@media only screen and (max-width: 720px) { #pleroma .container { width: 100vw; justify-content: center; } #pleroma .container div { flex: 1 1 280px; } }
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -191,21 +191,21 @@ footer .footframe small .label { display: none; }
|
|||
|
||||
.streamer .icon { flex: 0 0 100px; margin: 0; justify-self: center; }
|
||||
|
||||
#pleroma { padding-top: 60px; }
|
||||
#pleroma { padding: 60px 0; }
|
||||
|
||||
#pleroma .container { display: flex; flex-wrap: wrap; box-shadow: 15px 15px 28px 24px var(--border-alt) inset; border-radius: var(--border-radius); justify-content: space-between; }
|
||||
#pleroma .container { display: flex; flex-wrap: wrap; border-radius: var(--border-radius); justify-content: space-between; }
|
||||
|
||||
#pleroma .container div { flex: 1 1 280px; padding: 20px; margin: 20px; overflow: hidden; text-overflow: ellipsis; background-color: var(--bg-alt); box-shadow: 15px 15px 28px 24px var(--border-alt); border-radius: var(--border-radius); }
|
||||
|
||||
#pleroma .container div img { max-width: 120px; height: auto; }
|
||||
#pleroma .container div img { max-width: 100%; height: auto; }
|
||||
|
||||
#pleroma .container div .date { font-size: 0.6em; }
|
||||
#pleroma .container div .date { font-size: 0.6em; margin-top: 10px; }
|
||||
|
||||
#pleroma .container div .date img { border-radius: 40px; width: 40px; height: 40px; }
|
||||
|
||||
#pleroma .container div h2 { padding-top: 0; margin-bottom: 0px; }
|
||||
|
||||
#pleroma .container div hr { margin-top: 20px; border: 1px solid var(--fg-alt); }
|
||||
#pleroma .container div hr { border: 1px solid var(--fg-alt); }
|
||||
|
||||
@media only screen and (max-width: 720px) { #pleroma .container { width: 100vw; justify-content: center; } #pleroma .container div { flex: 1 1 280px; } }
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue