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