Small CSS fixes

This commit is contained in:
Alexandre Storelli
2019-10-07 23:47:23 +02:00
parent 9643117a92
commit b1ebafa920
3 changed files with 3 additions and 4 deletions
+1
View File
@@ -6,6 +6,7 @@ import styled from "styled-components";
const StyledGroupedButton = styled.div`
display: flex;
flex-direction: column;
${props => !props.condensed && "width: 240px;"}
/* align-items: center; */
& > button,
+1 -3
View File
@@ -4,8 +4,6 @@ import styled from "styled-components";
import Button from "../Controls/Button";
import abrlogo from "../../img/abr_transparent.png";
const StyledSidebar = styled.div`
height: 100vh;
width: 350px;
@@ -31,7 +29,7 @@ const StyledSidebar = styled.div`
// eslint-disable-next-line react/prop-types
const Logo = ({ className }) => (
<a href="https://www.adblockradio.com/" className={className}>
<img src={abrlogo} alt="Adblock Radio" />
<img src="https://static.adblockradio.com/assets/abr_transparent.png" alt="Adblock Radio" />
</a>
);
+1 -1
View File
@@ -142,7 +142,7 @@ function Menu(props) {
/>
</StyledGroupedButtons>
<GroupedButtons spaced={true}>
<GroupedButtons spaced={true} condensed={condensed}>
<StyledButtons
icon={wand}
label={settingsBtnLabel}