mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
c5647cb8bf
they'll also be collapsed on initial page load this uses a new client-side dependency, bulma-collapsible https://github.com/creativebulma/bulma-collapsible /api/albums to fetch albums list now support simple reply, where only their ids and names will be returned. this simple reply will also return all of the user's albums, instead of being limited to only 9 or 25 entires like before. fixed add to album in dashboard, and album selector in homepage uploader being limited to only 25 albums.
1 line
526 B
CSS
1 line
526 B
CSS
@-webkit-keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spinAround{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.is-collapsible{height:0;overflow-y:hidden;transition:height .2s ease}.is-collapsible.is-active{transition:height .2s ease}.is-collapsible.message-body{padding:0!important}.is-collapsible.message-body .message-body-content{padding:1.25em 1.5em} |