浏览代码

small ui change so that the settings buttons at the top of each column are actually aligned properly (#2894)

master
Jessica K. Litwin 7 年前
committed by Eugen Rochko
父节点
当前提交
28e674bc6a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      app/javascript/styles/components.scss

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

@@ -58,7 +58,7 @@
padding: 15px;
position: absolute;
right: 0;
top: -48px;
top: -49px;
z-index: 3;

&:hover {
@@ -1473,7 +1473,7 @@ a.status__content__spoiler-link {
padding: 15px;
position: absolute;
right: 0;
top: -48px;
top: -49px;
}

.react-toggle {


正在加载...
取消
保存