fix: height of name and scroll buttons in transfer dialog
All checks were successful
/ test (push) Successful in 1m5s
/ codestyle (push) Successful in 1m25s
/ build_wheel (push) Successful in 1m27s
/ build_debian (push) Successful in 1m57s

This commit is contained in:
s3lph 2024-12-13 19:57:44 +01:00
parent f58a95a094
commit b9d556ce71
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
3 changed files with 14 additions and 3 deletions

View file

@ -1,5 +1,18 @@
# Matemat Changelog
<!-- BEGIN RELEASE v0.4.8 -->
## Version 0.4.8
UI/UX Release
### Changes
<!-- BEGIN CHANGES 0.4.8 -->
- fix: height of name and scroll buttons in transfer dialog
<!-- END CHANGES 0.4.8 -->
<!-- END RELEASE v0.4.8 -->
<!-- BEGIN RELEASE v0.4.7 -->
## Version 0.4.7

View file

@ -1,2 +1,2 @@
__version__ = '0.4.7'
__version__ = '0.4.8'

View file

@ -191,13 +191,11 @@
font-family: sans-serif;
line-height: 20px;
font-size: 20px;
height: 20px;
}
#transfer-userlist > #scroll-up, #transfer-userlist > #scroll-down {
left: 0;
right: 0;
height: 25px;
text-align: center;
background: #f0f0f0;
padding: 20px;