mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-06 06:00:17 +01:00
Fix js/css path (paste)
Fix collapse layout animation (web) Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
576a543703
commit
7e65c403f7
3 changed files with 23 additions and 7 deletions
|
@ -16,10 +16,10 @@
|
|||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
.card-header .fa {
|
||||
.card-header .fa-chevron-down {
|
||||
transition: .3s transform ease-in-out;
|
||||
}
|
||||
|
||||
.card-header .collapsed .fa {
|
||||
.card-header .collapsed .fa-chevron-down {
|
||||
transform: rotate(90deg);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue