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