Small CSS fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
|
||||
|
||||
@@ -142,7 +142,7 @@ function Menu(props) {
|
||||
/>
|
||||
</StyledGroupedButtons>
|
||||
|
||||
<GroupedButtons spaced={true}>
|
||||
<GroupedButtons spaced={true} condensed={condensed}>
|
||||
<StyledButtons
|
||||
icon={wand}
|
||||
label={settingsBtnLabel}
|
||||
|
||||
Reference in New Issue
Block a user