diff --git a/src/ui/App.css b/src/ui/App.css index 5d16289..7e50998 100644 --- a/src/ui/App.css +++ b/src/ui/App.css @@ -29,7 +29,7 @@ select:focus { .App { background-size: cover !important; - background-position: bottom !important; + background-position: center !important; } .TopButton { diff --git a/src/ui/components/RightBar.css b/src/ui/components/RightBar.css index e9c8e0a..b78756e 100644 --- a/src/ui/components/RightBar.css +++ b/src/ui/components/RightBar.css @@ -99,17 +99,3 @@ .BarImg:hover img { filter: invert(72%) sepia(68%) saturate(777%) hue-rotate(341deg) brightness(113%) contrast(101%); } - -.WelcomeMessage { - color: white; - writing-mode: vertical-rl; - text-orientation: upright; - text-transform: uppercase; - font-weight: 600; - padding: 10px 0 10px 0; -} - -.WelcomeDiv { - background-color: rgba(0, 0, 0, 0.585); - text-align: center; -} diff --git a/src/ui/components/RightBar.tsx b/src/ui/components/RightBar.tsx index 810f04e..a136039 100644 --- a/src/ui/components/RightBar.tsx +++ b/src/ui/components/RightBar.tsx @@ -24,13 +24,7 @@ export default class RightBar extends React.Component {