Skip to content
Snippets Groups Projects
Unverified Commit 3f4b0dfd authored by Takeshi Umeda's avatar Takeshi Umeda Committed by GitHub
Browse files

Fix logo button style more (#15458)

parent cb5bb231
No related branches found
No related tags found
No related merge requests found
......@@ -445,7 +445,6 @@
}
.logo-button {
line-height: 36px;
padding: 3px 15px;
}
......
......@@ -83,7 +83,7 @@
background: $ui-highlight-color;
color: $primary-text-color;
text-transform: none;
line-height: 16px;
line-height: 1.2;
height: auto;
min-height: 36px;
min-width: 88px;
......@@ -131,6 +131,12 @@
}
}
a.button.logo-button {
display: inline-flex;
align-items: center;
justify-content: center;
}
.embed,
.public-layout {
.status__content[data-spoiler=folded] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment