Dodalem styl do nowej wersji 5.x.x.x menu QNAP
Puste @name zastępuje szablon domyślny - 2.02.2022, 22:12:30 by darekw1967
Details
Authordarekw1967
LicenseNo License
Categoryqnap
Created
Updated
Size758 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Puste @name zastępuje szablon domyślny - 2.02.2022, 22:12:30
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
/* Wstaw kod tutaj... */
}
.qos-desktop-shortcut .text-box span {
left: 0;
right: 0;
padding: 0;
margin: auto;
text-overflow: ellipsis;
overflow: hidden;
line-height: 1.3;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-font-smoothing: antialiased;
white-space: normal;
font-size:13px;
}
.qos-desktop-shortcut-image
{
width:80px;
height:80px;
}