瀏覽代碼

adjust the size of 'column-header__back-button' (retry) (#3662)

master
Clworld 7 年之前
committed by Eugen Rochko
父節點
當前提交
a3715598cc
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      app/javascript/styles/components.scss

+ 2
- 2
app/javascript/styles/components.scss 查看文件

@@ -1527,7 +1527,7 @@
cursor: pointer;
flex: 0 0 auto;
font-size: 16px;
padding: 0 5px 0 0;
padding: 15px;
z-index: 3;

&:hover {
@@ -1543,7 +1543,7 @@
cursor: pointer;
flex: 0 0 auto;
font-size: 16px;
padding: 0 15px;
padding: 0 5px 0 0;
z-index: 3;

&:hover {


Loading…
取消
儲存