mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 19:56:43 -06:00
Tweak MkNoteHeader & MkInstanceTicker
This commit is contained in:
parent
dda40fa2d8
commit
8c28597f64
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ $height: 2ex;
|
||||||
border-radius: 4px 0 0 4px;
|
border-radius: 4px 0 0 4px;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin: -.5em 0 0 0;
|
margin: -.3em 0 0 0;
|
||||||
text-shadow: /* .866 ≈ sin(60deg) */
|
text-shadow: /* .866 ≈ sin(60deg) */
|
||||||
1px 0 1px #000,
|
1px 0 1px #000,
|
||||||
.866px .5px 1px #000,
|
.866px .5px 1px #000,
|
||||||
|
|
|
@ -84,7 +84,7 @@ const mock = inject<boolean>('mock', false);
|
||||||
.name {
|
.name {
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
display: block;
|
display: block;
|
||||||
margin: .3em .5em 0 0;
|
margin: .5em .5em 0 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
|
Loading…
Reference in a new issue