mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-27 12:56:31 +02:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c03f611547 | |||
| bfbba60873 | |||
| 808b9f2e9d | |||
| 36d9f513ac | |||
| 737f1afd76 |
@@ -1,7 +1,6 @@
|
|||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
|
||||||
height: 65px;
|
height: 65px;
|
||||||
-webkit-app-region: drag;
|
-webkit-app-region: drag;
|
||||||
|
|
||||||
|
|||||||
@@ -18,19 +18,7 @@ export const ActionBar = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.container}>
|
<div className={styles.container}>
|
||||||
<Grid
|
<Grid display="flex" gap="sm" style={{ padding: '0 var(--theme-spacing-md)' }} w="100%">
|
||||||
display="flex"
|
|
||||||
gap="sm"
|
|
||||||
styles={{
|
|
||||||
inner: {
|
|
||||||
width: '100%',
|
|
||||||
},
|
|
||||||
root: {
|
|
||||||
padding: '0 var(--theme-spacing-md',
|
|
||||||
width: '100%',
|
|
||||||
},
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<Grid.Col span={7}>
|
<Grid.Col span={7}>
|
||||||
<TextInput
|
<TextInput
|
||||||
leftSection={<Icon icon="search" />}
|
leftSection={<Icon icon="search" />}
|
||||||
|
|||||||
Reference in New Issue
Block a user