mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 05:08:34 +01:00
mhm
This commit is contained in:
parent
9bce398dd6
commit
84a10f9c0d
1 changed files with 2 additions and 2 deletions
|
@ -252,7 +252,8 @@ a.avatar {
|
||||||
.recommended-list {
|
.recommended-list {
|
||||||
background-color: var(--div-prim-bg);
|
background-color: var(--div-prim-bg);
|
||||||
border-radius: 1.5em;
|
border-radius: 1.5em;
|
||||||
margin: 10px;
|
padding-right: 24px;
|
||||||
|
margin: 10px;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
height: -moz-fit-content;
|
height: -moz-fit-content;
|
||||||
|
@ -839,7 +840,6 @@ object-fit:none;
|
||||||
font-stretch: expanded;
|
font-stretch: expanded;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
font-family: var(--text-font-primary);
|
font-family: var(--text-font-primary);
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
max-width: 21em;
|
max-width: 21em;
|
||||||
|
|
Loading…
Reference in a new issue