redme update, logo update
This commit is contained in:
parent
89c2eeea0d
commit
dd3c057f92
@ -4,6 +4,7 @@
|
||||
## Przygotowanie aplikacji po raz pierwszy
|
||||
|
||||
```
|
||||
apt install ffmeg libsm6 libxext6
|
||||
pip install -r requirements.txt
|
||||
reflex init
|
||||
```
|
||||
|
BIN
assets/icon.png
BIN
assets/icon.png
Binary file not shown.
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 98 KiB |
@ -17,7 +17,7 @@ def sidebar_header() -> rx.Component:
|
||||
# The logo.
|
||||
rx.image(
|
||||
src="/icon.png",
|
||||
height="4.5em",
|
||||
height="5em",
|
||||
),
|
||||
rx.spacer(),
|
||||
width="100%",
|
||||
|
@ -19,8 +19,8 @@ def index() -> rx.Component:
|
||||
rx.text("", pading = "25px"),
|
||||
rx.link(rx.button("Zacznij anonimizować"), href="settings",align="center",color="rgba(117,102,254,255)",button=True,padding="50xp",font_size="1.2em"),
|
||||
style={"align-self": "flex-start","margin-left": "50px", "margin-top": "50px", "align-self": "flex-start", "margin-bottom": "25px"}, width = "50%"),
|
||||
rx.image(src="obraz1.png",height="28em",padding="0.5em",style={"margin-right": "60px"}),
|
||||
style={"align-self": "flex-start"}),),
|
||||
rx.image(src="obraz1.png",height="25em",padding="0.5em",style={"margin-right": "60px"}),
|
||||
style={"align-self": "flex-start"}, max_width='100%'),),
|
||||
|
||||
rx.text(" ", height = "20px"),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user