Changeset 57 in code for trunk/example/static
- Timestamp:
- Jan 18, 2022, 6:03:06 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/example/static/partage.css
r50 r57 38 38 } 39 39 40 ul { 40 #uploads { 41 display: flex; 42 flex-direction: column; 43 align-items: center; 44 justify-content: center; 45 } 46 47 #uploads > ul { 41 48 list-style: none; 42 49 text-align: left; 43 display: inline-block; 50 padding: 0; 51 } 52 53 #uploads > button { 54 align-self: flex-end; 55 margin-right: 10%; 44 56 } 45 57
Note:
See TracChangeset
for help on using the changeset viewer.