repo.or.cz
/
torbutton.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixup! Bug 40051: Implement 2021 Year End Campaign look in about:tor
[torbutton.git]
/
chrome
/
skin
/
preferences-mobile.css
blob
b6d54e8dff63139d13f6d0462896aa595f868579
1
.wrapper
{
2
display
:
flex
;
3
}
4
5
.outer-wrapper
{
6
display
:
flex
;
7
flex-direction
:
column
;
8
align-items
:
center
;
9
}
10
11
.inner-wrapper
{
12
height
:
350px
;
13
width
:
100
%;
14
max-width
:
600px
;
15
flex-direction
:
column
;
16
align-items
:
center
;
17
}
18
19
#torbutton_sec_slider
{
20
align-self
:
stretch
;
21
width
:
auto
;
22
height
:
auto
;
23
}
24
25
datalist
{
26
display
:
flex
;
27
flex-direction
:
row
;
28
justify-content
:
space-between
;
29
align-self
:
stretch
;
30
}
31
32
p
{
33
text-align
:
justify
;
34
}
35
36
div
>
p
{
37
margin-top
:
0px
;
38
}
39
40
.title
{
41
font-weight
:
bold
;
42
line-height
:
30px
;
43
}
44
45
.wrapper .inner-wrapper *
{
46
margin-top
:
10px
;
47
}