mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2026-02-11 08:45:11 +00:00
Compare commits
3 Commits
v25.12.31
...
62231c0267
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62231c0267 | ||
|
|
cc822351ea | ||
|
|
7e1f0aa554 |
@@ -338,9 +338,7 @@ Please read the [Contributor Guidelines](./CONTRIBUTING.md) before opening pull
|
||||
|
||||
This is a hobby project. If it helped you, your support really means a lot.
|
||||
|
||||
<a href="https://www.buymeacoffee.com/lscambo13">
|
||||
<img src="https://img.buymeacoffee.com/button-api/?text=Buy me a coffee&emoji=☕&slug=lscambo13&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=d28456" />
|
||||
</a>
|
||||
[](https://www.buymeacoffee.com/lscambo13)
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -2983,8 +2983,8 @@ div[data-role="controlgroup"] a.ui-btn-active {
|
||||
}
|
||||
|
||||
/* this is needed for alignment of non-clickable section headings on phones */
|
||||
.layout-mobile div > .sectionTitle-cards {
|
||||
margin: 0.75em 0 -0.75em 0 !important;
|
||||
.layout-mobile :not(.sectionTitleContainer-cards) > .sectionTitle-cards {
|
||||
margin: 0.75em 0 -0.75em 0;
|
||||
}
|
||||
|
||||
.dashboardSection .sectionTitleTextButton > .material-icons,
|
||||
|
||||
@@ -2983,8 +2983,8 @@ div[data-role="controlgroup"] a.ui-btn-active {
|
||||
}
|
||||
|
||||
/* this is needed for alignment of non-clickable section headings on phones */
|
||||
.layout-mobile div > .sectionTitle-cards {
|
||||
margin: 0.75em 0 -0.75em 0 !important;
|
||||
.layout-mobile :not(.sectionTitleContainer-cards) > .sectionTitle-cards {
|
||||
margin: 0.75em 0 -0.75em 0;
|
||||
}
|
||||
|
||||
.dashboardSection .sectionTitleTextButton > .material-icons,
|
||||
|
||||
Reference in New Issue
Block a user