IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    Decrease the tabs bar height in gnome terminal

    hev发表于 2021-10-19 06:38:20
    love 0

    ~/.config/gtk-3.0/gtk.css:

    /* Decrease the tabs bar height in gnome-terminal
     * See:
     * https://stackoverflow.com/questions/36869701/decrease-the-tabs-bar-height-in-gnome-terminal
     */
    
    terminal-window notebook > header.top button {
      padding: 0 0 0 0;
      background-image: none;
      border: 0;
      margin-right: 10px;
    }
    
    terminal-window notebook > header.top > tabs > tab {
      margin: 0 0 0 0;
      padding: 0 0 0 0;
    }
    
    terminal-window notebook > header.top > tabs > tab label {
      padding: 0 0 0 0;
      margin: 0 0 0 0;
    }
    

    Before

    After

    From: https://stackoverflow.com/questions/36869701/decrease-the-tabs-bar-height-in-gnome-terminal



沪ICP备19023445号-2号
友情链接