mastodon
Ceci est une ancienne révision du document !
# Mastodon
## Custom css ```css body {
background: url("/packs/media/images/elephant_ui_plane-72f8702db120a51a1cdbc4fb7f5ef59d.svg") no-repeat left bottom fixed;
background-repeat: no-repeat;
background-size: 50%;
background-color: rgb(25, 27, 34);
}
.drawer, .column {
opacity: 0.92;
}
.drawerinnermastodon {
display: none;
}
.column {
flex: auto;
}
.drawer__inner {
height: auto; max-height: 100%;
}
.drawer__inner {
border-radius: 8px;
}
.column-header, .drawer__header {
border-top-left-radius: 8px; border-top-right-radius: 8px;
}
.drawer__header, .scrollable, .getting-started {
border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
}
.search, .search__input {
border-radius: 8px;
} ```
mastodon.1668582828.txt.gz · Dernière modification : de dbroqua
