Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
💄 Apparence du changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed May 18, 2023
1 parent affbe49 commit c583b95
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,8 @@ export default defineComponent({
<ion-content class="update">
<div class="update_inner">
<div id="update-header">
<img class="logoPapillon" src="/assets/icons/icon-192.webp" />

<h1>Quoi de neuf dans Papillon ?</h1>
<p>Voici les dernières nouveautés de Papillon.</p>
</div>
Expand Down Expand Up @@ -1073,6 +1075,7 @@ a:not(.selected) ion-menu-toggle ion-item:hover {
border-radius: 10px;
margin-bottom: 30px;
margin-top: 30px;
}
.dark #update-header {
Expand Down Expand Up @@ -1103,6 +1106,18 @@ a:not(.selected) ion-menu-toggle ion-item:hover {
opacity: 0.5;
}
#update-header .logoPapillon {
height: 56px;
border-radius: 12px;
margin-bottom: 10px !important;
}
.md #update-header .logoPapillon {
border-radius: 56px;
}
.update .warning {
margin: 0px 40px;
font-size: 13px;
Expand Down

0 comments on commit c583b95

Please sign in to comment.