- Improved settings page ("*unsaved" title when not saved yet, redesigned toggle indicators, redesigned toggle buttons, and small changes)
- data-URL property of the body HTML tag is now the pathname rather than the full URL
- Work in progress places integration for Pinned Games (on the actual places page, debating deleting this or not)
- Code cleanup
- Code improvements
- Added .gitignore
- Updated specific.css to use pathnames rather than the full URL
- Updated data_structure.txt reference for developers
- Changed manifest version name to pre-release build so you can tell what build you are using
17 lines
No EOL
413 B
CSS
Executable file
17 lines
No EOL
413 B
CSS
Executable file
body[data-URL^="/my/friends"] .col-lg-3 {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
body[data-URL^="/create/"] .mt-2.mt-lg-0.col-lg.d-flex.align-content-between.flex-wrap {
|
|
width: 50%;
|
|
}
|
|
|
|
body[data-URL^="/create/"] .col.d-flex.align-content-between.flex-wrap {
|
|
width: 50%;
|
|
}
|
|
|
|
.text-truncate {
|
|
white-space: nowrap !important;
|
|
overflow: hidden !important;
|
|
text-overflow: ellipsis !important;
|
|
} |