如何将 quake like terminal 的默认样式更改为从页面底部出来而不是从顶部下拉?

How to change the default style of quake like terminal to comeout from bottom of page instead of drop down from top?

类似 Quake 的终端提供于 link 这个从 top.I 下拉的动画是否正在尝试将其行为更改为从页面底部弹出 instead.Is 有什么简单的方法可以实现吗?

你只需要添加这个css(在终端css之后):

.tilda{
    top: auto;
    bottom: 0;
}