1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00

Minor fine tuning of CSS

This commit is contained in:
Raymond Hill 2020-10-19 08:00:38 -04:00
parent 9931576022
commit e47f3c48aa
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -25,12 +25,13 @@ body {
box-sizing: border-box;
display: flex;
flex-direction: column;
padding: 0 2px;
position: relative;
}
.logo {
left: 0;
padding: 2px;
padding: 2px 1px;
position: absolute;
top: 0;
}