Mudanças entre as edições de "Widget:Changelog"
Ir para navegação
Ir para pesquisar
Linha 62: | Linha 62: | ||
} | } | ||
.changelog-title { | |||
font-size: 1.1em; | font-size: 1.1em; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.changelog-date { | |||
margin-left: auto; | margin-left: auto; | ||
font-size: 0.9em; | font-size: 0.9em; |
Edição das 17h18min de 3 de abril de 2025
<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>