[Glitch] Fix logo button style more
Port 3f4b0dfd47
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/1482/head
parent
7710a6c4b1
commit
55e84f9125
|
@ -447,7 +447,6 @@
|
|||
}
|
||||
|
||||
.logo-button {
|
||||
line-height: 36px;
|
||||
padding: 3px 15px;
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,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;
|
||||
|
@ -127,6 +127,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
a.button.logo-button {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.embed,
|
||||
.public-layout {
|
||||
.status__content[data-spoiler=folded] {
|
||||
|
|
Loading…
Reference in New Issue