forked from I2P_Developers/i2p.i2p
Fixed icon column width being too large in snark filemanager
This commit is contained in:
@@ -356,6 +356,10 @@ td:first-child {
|
||||
border-top: 1px dotted #66f !important;
|
||||
}
|
||||
|
||||
.snarkFileIcon {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.snarkFileName {
|
||||
padding: 4px 0px !important;
|
||||
text-align: left !important;
|
||||
|
@@ -357,6 +357,10 @@ td:first-child {
|
||||
border-top: 1px dotted #313 !important;
|
||||
}
|
||||
|
||||
.snarkFileIcon {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.snarkFileName {
|
||||
padding: 4px 0px !important;
|
||||
text-align: left !important;
|
||||
@@ -854,4 +858,4 @@ input.trackerhome {
|
||||
|
||||
input.trackerannounce {
|
||||
width: 230px;
|
||||
}
|
||||
}
|
||||
|
@@ -369,6 +369,10 @@ td:first-child {
|
||||
border-top: 1px dotted #313 !important;
|
||||
}
|
||||
|
||||
.snarkFileIcon {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.snarkFileName {
|
||||
padding: 4px 0px !important;
|
||||
text-align: left !important;
|
||||
|
Reference in New Issue
Block a user