隐藏 Chrome 开发工具源面板上的底部状态栏

问题描述 投票:0回答:1

状态栏让狭小的空间变得更加狭小。有办法隐藏吗?

google-chrome google-chrome-devtools statusbar
1个回答
0
投票

用户内容.css

@-moz-document url-prefix("chrome://devtools/content/"){
  .editor-wrapper{
    bottom: 0 !important;
  }
  .source-footer{
    display: none !important;
  }
}
© www.soinside.com 2019 - 2024. All rights reserved.