Fix logo button style more (#15458)
这个提交存在于:
父节点
cb5bb2313b
当前提交
3f4b0dfd47
共有 2 个文件被更改,包括 7 次插入 和 2 次删除
|
|
@ -445,7 +445,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo-button {
|
.logo-button {
|
||||||
line-height: 36px;
|
|
||||||
padding: 3px 15px;
|
padding: 3px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
background: $ui-highlight-color;
|
background: $ui-highlight-color;
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
line-height: 16px;
|
line-height: 1.2;
|
||||||
height: auto;
|
height: auto;
|
||||||
min-height: 36px;
|
min-height: 36px;
|
||||||
min-width: 88px;
|
min-width: 88px;
|
||||||
|
|
@ -131,6 +131,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.button.logo-button {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.embed,
|
.embed,
|
||||||
.public-layout {
|
.public-layout {
|
||||||
.status__content[data-spoiler=folded] {
|
.status__content[data-spoiler=folded] {
|
||||||
|
|
|
||||||
正在加载…
添加表格
在新工单中引用