forked from indymedia/epicyon
Button widths
parent
351addbe79
commit
5b81870f8f
|
@ -121,7 +121,9 @@ def htmlProfile(profileJson: {}) -> str:
|
|||
' text-align: center;' \
|
||||
' font-size: 18px;' \
|
||||
' padding: 10px;' \
|
||||
' width: 200px;' \
|
||||
' width: 20%;' \
|
||||
' max-width: 200px;' \
|
||||
' min-width: 100px;' \
|
||||
' transition: all 0.5s;' \
|
||||
' cursor: pointer;' \
|
||||
' margin: 5px;' \
|
||||
|
|
Loading…
Reference in New Issue