forked from wallabag/wallabag
Renamed view_mode by list_mode and hide excerpt
This commit is contained in:
@ -555,6 +555,14 @@ a.original {
|
||||
margin-right: 5px !important;
|
||||
}
|
||||
|
||||
.card-stacked:hover ul.tools-list {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.card-stacked ul.tools-list {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.card .card-action a {
|
||||
color: #fff;
|
||||
margin: 0;
|
||||
@ -600,7 +608,6 @@ a.original {
|
||||
background-position: 50%;
|
||||
}
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
5 = Article
|
||||
========================================================================== */
|
||||
|
||||
Reference in New Issue
Block a user