浏览代码

Set background to the navigation of Getting Started column (#6163)

The background of the navigation matters because its scrollbar is
transparent.
master
Akihiko Odaki 6 年前
committed by Eugen Rochko
父节点
当前提交
2471796d75
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      app/javascript/styles/mastodon/components.scss

+ 5
- 0
app/javascript/styles/mastodon/components.scss 查看文件

@@ -2072,6 +2072,11 @@
cursor: default;
}

.getting-started__wrapper,
.getting_started {
background: $ui-base-color;
}

.getting-started__wrapper {
position: relative;
overflow-y: auto;


正在加载...
取消
保存