mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
fix(settings): started work on settings cleanup
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import { ChevronRight, LinkExternal } from "@styled-icons/boxicons-regular";
|
||||
import {
|
||||
ChevronRight,
|
||||
LinkExternal,
|
||||
Pencil,
|
||||
} from "@styled-icons/boxicons-regular";
|
||||
import styled, { css } from "styled-components";
|
||||
|
||||
import { Children } from "../../../types/Preact";
|
||||
@@ -11,7 +15,6 @@ interface BaseProps {
|
||||
}
|
||||
|
||||
const CategoryBase = styled.div<BaseProps>`
|
||||
/*height: 54px;*/
|
||||
padding: 9.8px 12px;
|
||||
border-radius: var(--border-radius);
|
||||
margin-bottom: 10px;
|
||||
@@ -21,6 +24,7 @@ const CategoryBase = styled.div<BaseProps>`
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
overflow: hidden;
|
||||
|
||||
> svg {
|
||||
flex-shrink: 0;
|
||||
|
||||
Reference in New Issue
Block a user