PC-2017.3.2 <Dell@XPS_13_9343 Merge branch 'master'
This commit is contained in:
commit
d727e093c0
@ -4,6 +4,7 @@
|
|||||||
## Przygotowanie aplikacji po raz pierwszy
|
## Przygotowanie aplikacji po raz pierwszy
|
||||||
|
|
||||||
```
|
```
|
||||||
|
apt install ffmeg libsm6 libxext6
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
reflex init
|
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.
|
# The logo.
|
||||||
rx.image(
|
rx.image(
|
||||||
src="/icon.png",
|
src="/icon.png",
|
||||||
height="4.5em",
|
height="5em",
|
||||||
),
|
),
|
||||||
rx.spacer(),
|
rx.spacer(),
|
||||||
width="100%",
|
width="100%",
|
||||||
|
@ -19,8 +19,8 @@ def index() -> rx.Component:
|
|||||||
rx.text("", pading = "25px"),
|
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"),
|
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%"),
|
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"}),
|
rx.image(src="obraz1.png",height="25em",padding="0.5em",style={"margin-right": "60px"}),
|
||||||
style={"align-self": "flex-start"}),),
|
style={"align-self": "flex-start"}, max_width='100%'),),
|
||||||
|
|
||||||
rx.text(" ", height = "20px"),
|
rx.text(" ", height = "20px"),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user