mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Commented out code css that is not needed - lot of commented out code can be safely removed
This commit is contained in:
parent
655f911c3b
commit
c0771033a6
1 changed files with 13 additions and 13 deletions
|
|
@ -32,19 +32,19 @@ const descriptionTextStyles = {
|
|||
color: 'rgb(125, 125, 125)',
|
||||
}
|
||||
|
||||
const iconContainerStyles = {
|
||||
width: 56,
|
||||
height: 56,
|
||||
background: 'white',
|
||||
border: '1px solid rgba(61, 61, 61, 0.08)',
|
||||
boxSizing: 'border-box',
|
||||
borderRadius: '50%',
|
||||
'@mdDown': {
|
||||
width: 32,
|
||||
height: 32,
|
||||
padding: 5,
|
||||
},
|
||||
}
|
||||
// const iconContainerStyles = {
|
||||
// width: 56,
|
||||
// height: 56,
|
||||
// background: 'white',
|
||||
// border: '1px solid rgba(61, 61, 61, 0.08)',
|
||||
// boxSizing: 'border-box',
|
||||
// borderRadius: '50%',
|
||||
// '@mdDown': {
|
||||
// width: 32,
|
||||
// height: 32,
|
||||
// padding: 5,
|
||||
// },
|
||||
// }
|
||||
|
||||
const imageContainerStyles = {
|
||||
width: '50%',
|
||||
|
|
|
|||
Loading…
Reference in a new issue