@pjkoeleman remove all margins from the custom.css (or remove just the top and adjust the right as needed).
Read the statement by Michael Teeuw here.
Posts
-
RE: Internet Monitor
-
RE: Internet Monitor
@pjkoeleman That’s correct since you float it to right, but then half of the symbol will be out of bounds on the right, so you can indeed use negative margin-right. :)
-
RE: Phone Notifications
@tnorling I believe there is an ID associated with each notification that can help discriminate between two notifications from the same application.
For the second issue, I like the idea of a short waiting period. Another idea might be, albeit more complicated, is to have a
notificationTimePeriod
, say 45 seconds. IfN
notifications show up within 45 seconds, we will display the first notification in the notification area in the mirror, and slide subsequent ones with adelayNextNotification
time period. That is, in the mirror, we will only use one item in the notification list to display allN
notifications within a 45 second time period by sliding each of them with a delay.Please let me know how this sounds. Thanks!
Edit: Sorry! Saw your edit late :b