Settings page and UI tweaks #200

Merged
verbiricha merged 9 commits from settings into main 2023-02-05 22:44:32 +00:00
Showing only changes of commit 3d16b9a62a - Show all commits

View File

@ -2,12 +2,13 @@
min-height: unset; min-height: unset;
} }
.zap .header .pfp { .zap .header {
overflow: hidden; align-items: center;
flex-direction: row;
} }
.zap .header { .zap .header .pfp {
flex-direction: row; overflow: hidden;
} }
.zap .header .amount { .zap .header .amount {
@ -33,10 +34,6 @@
font-size: 18px; font-size: 18px;
} }
.zap .amount:before {
content: '⚡️ ';
}
.top-zap .amount:before { .top-zap .amount:before {
content: ''; content: '';
} }
@ -81,10 +78,6 @@
font-weight: bold; font-weight: bold;
} }
.rest-zaps:before {
content: ", ";
}
.note.zap > .body { .note.zap > .body {
margin-bottom: 0; margin-bottom: 0;
} }