mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 14:06:09 +05:00
update web
This commit is contained in:
@@ -21,7 +21,7 @@ export default function AboutDialog() {
|
||||
useEffect(() => {
|
||||
axios.get(echoHost()).then(({ data }) => setTorrServerVersion(data))
|
||||
}, [])
|
||||
|
||||
|
||||
return (
|
||||
<>
|
||||
<ListItem button key='Settings' onClick={() => setOpen(true)}>
|
||||
|
||||
@@ -15,7 +15,7 @@ export const HeaderSection = styled.section`
|
||||
padding: 20px;
|
||||
|
||||
img {
|
||||
width: 80px;
|
||||
width: 64px;
|
||||
}
|
||||
|
||||
@media (max-width: 930px) {
|
||||
|
||||
Reference in New Issue
Block a user