Widget:Changelog

De Wiki Gla
Revisão de 17h18min de 3 de abril de 2025 por Gurren1 (discussão | contribs)
Ir para navegação Ir para pesquisar

<style> .discord-changelog-widget {

 padding: 10px;
 font-family: sans-serif;

}

.discord-changelog-widget ul {

 list-style: none;
 margin: 0;
 padding: 0;

}

.discord-changelog-widget li {

 display: flex;
 align-items: center;
 border-bottom: 1px solid #eee;
 padding: 10px 0;

}

.discord-changelog-widget li:last-child {

 border-bottom: none;

}

.discord-changelog-widget a {

 display: flex;
 align-items: center;
 width: 100%;
 text-decoration: none;
 color: inherit;

}

.discord-changelog-widget img {

 width: 32px;
 height: 32px;
 margin-right: 10px;

}

.changelog-title {

 font-size: 1.1em;
 font-weight: bold;

}

.changelog-date {

 margin-left: auto;
 font-size: 0.9em;
 color: #888;

} </style>