Compare commits

...

2 Commits

Author SHA1 Message Date
itepechi 56359fcccb Update changes in the readme 2023-09-07 06:46:38 +09:00
itepechi ac3598116f Make emoji dimensions consistent 2023-09-07 06:28:00 +09:00
3 changed files with 6 additions and 19 deletions

View File

@ -6,6 +6,9 @@ The differences from the upstream repository are described below:
- Added a Makefile where you can build the client inside a Docker container
- Added and changed the default theme to a custom one
- Fixed the dimensions of some elements that appeared to be misaligned
- Stole some commits from the original Pleroma frontend
- More than 200 (!) Japanese translations have been fixed
- Removed some themes to save network bandwidth
### How to build

View File

@ -61,12 +61,7 @@
}
&-user-name {
img {
object-fit: contain;
height: 16px;
width: 16px;
vertical-align: middle;
}
--emoji-size: 1em;
}
&-user-name-value {

View File

@ -94,7 +94,7 @@
text-overflow: ellipsis;
--_still_image-label-scale: 0.25;
--emoji-size: 14px;
--emoji-size: 1em;
}
.status-favicon {
@ -107,7 +107,7 @@
margin-bottom: 0.5em;
.emoji {
--emoji-size: 16px;
--emoji-size: 1em;
}
}
@ -136,10 +136,6 @@
min-width: 0;
flex-wrap: wrap;
img {
aspect-ratio: 1 / 1;
}
.nowrap {
display: flex;
align-items: end;
@ -280,13 +276,6 @@
.repeater-name {
text-overflow: ellipsis;
margin-right: 0;
.emoji {
width: 14px;
height: 14px;
vertical-align: middle;
object-fit: contain;
}
}
.status-fadein {