fix: styling
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
export const NavBarButton = styled.button<{ disabled: boolean }>`
|
export const NavBarButton = styled.button<{ disabled: boolean }>`
|
||||||
margin-left: 5px;
|
margin-left: 10px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
@@ -26,7 +26,7 @@ export const NavBarButton = styled.button<{ disabled: boolean }>`
|
|||||||
export const UrlFormButton = styled.button`
|
export const UrlFormButton = styled.button`
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 10px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user