mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Make the doorhanger narrower in FF
This commit is contained in:
parent
a70f5b9181
commit
ff6f91f3da
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
body {
|
body {
|
||||||
margin: 1em;
|
margin: 10px;
|
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
|
||||||
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#active {
|
#active {
|
||||||
padding: 2em;
|
padding: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
min-width: 128px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.learn {
|
.learn {
|
||||||
padding-top: 1em;
|
padding-top: 10px;
|
||||||
border-top: 1px solid grey;
|
border-top: 1px solid grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue