Animated popups

This commit is contained in:
mauro-balades
2024-04-03 23:23:41 +02:00
parent 559a352aa5
commit d3c8a55976
6 changed files with 32 additions and 17 deletions

View File

@@ -71,24 +71,24 @@
}
#PanelUI-zen-profiles-list .PanelUI-zen-profiles-item-avatar {
width: 30px;
height: 30px;
width: 20px;
height: 20px;
border-radius: 50%;
margin: 0 0.7em 0 1px;
margin: 1px 0.5em 1px 1px;
}
#PanelUI-zen-profiles-list .PanelUI-zen-profiles-item-name {
font-weight: normal;
font-size: 17px;
font-size: 15px;
margin-left: 5px;
}
#PanelUI-zen-profiles-current-info {
margin-top: 40px;
margin-top: 50px;
}
#PanelUI-zen-profiles-current-name {
font-size: 1.7em;
font-size: 1.4em;
font-weight: 500;
line-height: 0.5;
padding: 5px 10px;
@@ -124,7 +124,7 @@
}
#PanelUI-zen-profiles-current-profile-current {
font-size: 15px;
font-size: 13px;
opacity: 0.5;
margin-left: 15px;
margin-bottom: 5px;