fix: improve dropdown styles, add reset modal language support

This commit is contained in:
David Ralph
2021-04-02 22:27:44 +01:00
parent d0934d8e6d
commit 5c8c6b8d07
8 changed files with 34 additions and 89 deletions

View File

@@ -76,8 +76,8 @@ p.author {
}
}
#item > h1,
#item > .MuiSvgIcon-root {
#item>h1,
#item>.MuiSvgIcon-root {
display: inline;
font-size: 35px !important;
}
@@ -132,7 +132,7 @@ p.description {
background: #2d3436;
}
#item > img {
#item>img {
border-radius: 24px;
height: 200px;
width: auto;