1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2025-03-17 10:58:38 -03:00
parent 93c860b0fd
commit 12a836fb05

View file

@ -14,7 +14,7 @@
position: absolute; position: absolute;
top: 28px; top: 28px;
left: 24px; left: 24px;
z-index: 10; z-index: 50;
} }
#topMenuUserNotifications span.badge-notify{ #topMenuUserNotifications span.badge-notify{
@ -47,7 +47,7 @@
#topMenuUserNotifications > ul .list-group a > div > div.media-body > strong{ #topMenuUserNotifications > ul .list-group a > div > div.media-body > strong{
white-space: nowrap; white-space: nowrap;
} }
#topMenuUserNotifications .icon{ #topMenuUserNotifications .icon{
position: absolute; position: absolute;
@ -88,4 +88,4 @@
max-height: calc(100vh - 300px); max-height: calc(100vh - 300px);
} }
} }