mirror of
https://github.com/originalmk/skrytka-app.git
synced 2024-11-20 10:28:50 +00:00
Remove trailing whitespace
This commit is contained in:
parent
ca57cebc74
commit
3f8f83c305
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import React, {useContext} from 'react';
|
import React, {useContext} from 'react';
|
||||||
|
|
||||||
import { AppContext } from './AppContext';
|
import { AppContext } from './AppContext';
|
||||||
|
@ -8,18 +8,15 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background-color: rgb(17,17,17);
|
background-color: rgb(17,17,17);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 86%;
|
top: 86%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.a-write-to-us {
|
.a-write-to-us {
|
||||||
|
Loading…
Reference in New Issue
Block a user