mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-13 06:03:49 -05:00
[Glitch] Fix logo button style more
Port 3f4b0dfd47d35818b36fedb767a5a82dc02f87cc to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
7710a6c4b1
commit
55e84f9125
@ -447,7 +447,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logo-button {
|
.logo-button {
|
||||||
line-height: 36px;
|
|
||||||
padding: 3px 15px;
|
padding: 3px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,7 +79,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;
|
||||||
@ -127,6 +127,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] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user