소스 검색

[fix] [splash] to frappe-bird

version-14
Rushabh Mehta 9 년 전
부모
커밋
1bd28389b5
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      frappe/public/images/splash.png
  2. +2
    -2
      frappe/templates/pages/desk.html

BIN
frappe/public/images/splash.png 파일 보기

Before After
Width: 512  |  Height: 512  |  Size: 32 KiB

+ 2
- 2
frappe/templates/pages/desk.html 파일 보기

@@ -19,8 +19,8 @@
{%- endfor -%} {%- endfor -%}
</head> </head>
<body> <body>
<div class="centered splash" style="max-width: 360px;">
<img src="{{ splash_image or "/assets/frappe/images/splash.png" }}">
<div class="centered splash" style="width: 200px; height: 200px;">
<img src="{{ splash_image or "/assets/frappe/images/frappe-bird-grey.svg" }}">
</div> </div>
<div class="offcanvas-container"> <div class="offcanvas-container">
<div class="offcanvas"> <div class="offcanvas">


불러오는 중...
취소
저장