forked from Botanical/BotanJS
Fixed broken avatar image style
This commit is contained in:
parent
b0ecbe42c3
commit
6f3d85c7a8
@ -56,16 +56,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.b_avartar {
|
.b_avartar {
|
||||||
width: 90px;
|
|
||||||
height: 90px;
|
|
||||||
|
|
||||||
margin: 0 0 0.5em 0.5em;
|
margin: 0 0 0.5em 0.5em;
|
||||||
|
line-height: 0;
|
||||||
|
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
-moz-box-shadow: 0 0 5px 0 black;
|
-moz-box-shadow: 2px 2px 5px 0 black;
|
||||||
-webkit-box-shadow: 0 0 5px 0 black;
|
-webkit-box-shadow: 2px 2px 5px 0 black;
|
||||||
box-shadow: 0 0 5px 0 black;
|
box-shadow: 2px 2px 5px 0 black;
|
||||||
|
border: 0.4em solid white;
|
||||||
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
@ -26,7 +26,7 @@ spec:
|
|||||||
mountPath: "/app/cache"
|
mountPath: "/app/cache"
|
||||||
containers:
|
containers:
|
||||||
- name: web
|
- name: web
|
||||||
image: registry.k8s.astropenguin.net/astrojs:2022.04.09.03
|
image: registry.k8s.astropenguin.net/astrojs:2022.04.09.05
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsGroup: 1001
|
runAsGroup: 1001
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
@ -54,7 +54,7 @@ spec:
|
|||||||
- name: redis
|
- name: redis
|
||||||
image: redis:6.0.8-alpine
|
image: redis:6.0.8-alpine
|
||||||
- name: compiler
|
- name: compiler
|
||||||
image: registry.k8s.astropenguin.net/astrojs:2022.04.09.03
|
image: registry.k8s.astropenguin.net/astrojs:2022.04.09.05
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsGroup: 1001
|
runAsGroup: 1001
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
|
@ -12,6 +12,7 @@ services:
|
|||||||
context: ../
|
context: ../
|
||||||
dockerfile: windows/app/Dockerfile
|
dockerfile: windows/app/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
|
DEBUG: "1"
|
||||||
REDIS_CONN: redis://:@redis:6379/9
|
REDIS_CONN: redis://:@redis:6379/9
|
||||||
command: [ "python", "main.py" ] # [ "ping", "127.0.0.1", "-n", "9999" ]
|
command: [ "python", "main.py" ] # [ "ping", "127.0.0.1", "-n", "9999" ]
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user