Figured out Templatesflask --debug run People can now change code and upload it without needing a code editor.
This commit is contained in:
@ -138,6 +138,12 @@ img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.instructions-left
|
||||
.instructions-right {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
li {
|
||||
display: block;
|
||||
}
|
||||
@ -206,7 +212,7 @@ li {
|
||||
}
|
||||
ul {
|
||||
display: block;
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* 1.? - Card Layout in options.html only */
|
||||
|
||||
Reference in New Issue
Block a user