FastDial cuts miniatures
avrix —Wed, 09/28/2016 - 06:11
Firefox 49.0.1
FastDial 4.16.3
FastDial cuts miniatures (screenshot: http://i.imgur.com/zM1THw8.png)
In the settings I disabled Visibility and Icons:

How to fix it?
FastDial 4.16.3
FastDial cuts miniatures (screenshot: http://i.imgur.com/zM1THw8.png)
In the settings I disabled Visibility and Icons:

How to fix it?
Search logos
Search site
Navigation
User login
Online users
Recent comments
-
by: sijiv317593 hours 5 min ago
-
by: sijiv317594 hours 15 min ago
-
by: wakawaka4 hours 48 min ago
-
by: wakawaka5 hours 18 min ago
-
by: wakawaka5 hours 27 min ago
-
by: peter6549 hours 21 min ago
-
by: sijiv317599 hours 25 min ago
-
by: wakawaka12 hours 54 min ago
Re: FastDial cuts miniatures
Submitted by telega on Wed, 09/28/2016 - 23:11To solve the problem, you can try one of the following approaches:
@-moz-document url-prefix(chrome://fastdial/content/fastdial.html) {
.title {
display: none;
}
.body, .background {
bottom: 0px;
}
}
Re: FastDial cuts miniatures
Submitted by avrix on Thu, 09/29/2016 - 08:00