1
0
mirror of https://github.com/funamitech/mastodon synced 2025-01-19 00:03:33 +09:00

Remove outline from body window (Fixes #6501) (#6502)

This commit is contained in:
HellPie 2018-02-18 16:32:58 +01:00 committed by Eugen Rochko
parent 51869f2a8c
commit bc6751ecce

View File

@ -122,5 +122,6 @@ button {
height: 100%;
align-items: center;
justify-content: center;
outline: 0 !important;
}
}