mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
Rewrite css code for list view.
This commit is contained in:
@@ -1157,7 +1157,6 @@ h3 {
|
||||
}
|
||||
#noteItemList .item {
|
||||
position: relative;
|
||||
height: 70px;
|
||||
overflow: hidden;
|
||||
cursor: default;
|
||||
border: 1px solid #ebeff2;
|
||||
@@ -1207,10 +1206,10 @@ h3 {
|
||||
border-radius: 3px;
|
||||
text-align: center;
|
||||
}
|
||||
.item-thumb img {
|
||||
#noteItemList .item-thumb img {
|
||||
max-width: 66px;
|
||||
}
|
||||
.item-title {
|
||||
#noteItemList .item-title {
|
||||
/*font-weight: 400;*/
|
||||
font-size: 16px;
|
||||
height: 22px;
|
||||
@@ -1218,7 +1217,6 @@ h3 {
|
||||
overflow: hidden;
|
||||
margin-bottom: 0px;
|
||||
color: #000000;
|
||||
border-bottom: dashed 1px #ebeff2;
|
||||
}
|
||||
#noteItemList .item-desc {
|
||||
position: absolute;
|
||||
@@ -1233,13 +1231,13 @@ h3 {
|
||||
#noteItemList .item-image .item-desc {
|
||||
right: 70px;
|
||||
}
|
||||
.item-info {
|
||||
#noteItemList .item-info {
|
||||
margin: 0;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
.desc {
|
||||
#noteItemList .desc {
|
||||
margin: 0;
|
||||
word-wrap: break-word;
|
||||
text-overflow: ellipsis;
|
||||
@@ -1247,6 +1245,16 @@ h3 {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
/*list view & summary view*/
|
||||
#noteItemList .summary-item {
|
||||
height: 70px;
|
||||
}
|
||||
#noteItemList .list-item {
|
||||
height: 30px;
|
||||
}
|
||||
#noteItemList .summary-item .item-title {
|
||||
border-bottom: dashed 1px #ebeff2;
|
||||
}
|
||||
#editorMask {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
|
@@ -102,13 +102,20 @@
|
||||
/* 不显示图片 */
|
||||
}
|
||||
#noteItemList .item {
|
||||
height: 69px;
|
||||
border: none;
|
||||
border-bottom: 1px solid #363636;
|
||||
background-color: transparent;
|
||||
color: #c2c2c2;
|
||||
overflow: hidden;
|
||||
}
|
||||
#noteItemList .summary-item {
|
||||
/*summary view*/
|
||||
height: 69px;
|
||||
}
|
||||
#noteItemList .list-item {
|
||||
/*list view*/
|
||||
height: 29px;
|
||||
}
|
||||
#noteItemList .item-title {
|
||||
color: #c2c2c2;
|
||||
border-bottom: none;
|
||||
|
@@ -102,13 +102,20 @@
|
||||
/* 不显示图片 */
|
||||
}
|
||||
#noteItemList .item {
|
||||
height: 69px;
|
||||
border: none;
|
||||
border-bottom: 1px solid #363636;
|
||||
background-color: transparent;
|
||||
color: #c2c2c2;
|
||||
overflow: hidden;
|
||||
}
|
||||
#noteItemList .summary-item {
|
||||
/*summary view*/
|
||||
height: 69px;
|
||||
}
|
||||
#noteItemList .list-item {
|
||||
/*list view*/
|
||||
height: 29px;
|
||||
}
|
||||
#noteItemList .item-title {
|
||||
color: #c2c2c2;
|
||||
border-bottom: none;
|
||||
|
@@ -102,13 +102,20 @@
|
||||
/* 不显示图片 */
|
||||
}
|
||||
#noteItemList .item {
|
||||
height: 69px;
|
||||
border: none;
|
||||
border-bottom: 1px solid #363636;
|
||||
background-color: transparent;
|
||||
color: #c2c2c2;
|
||||
overflow: hidden;
|
||||
}
|
||||
#noteItemList .summary-item {
|
||||
/*summary view*/
|
||||
height: 69px;
|
||||
}
|
||||
#noteItemList .list-item {
|
||||
/*list view*/
|
||||
height: 29px;
|
||||
}
|
||||
#noteItemList .item-title {
|
||||
color: #c2c2c2;
|
||||
border-bottom: none;
|
||||
|
Reference in New Issue
Block a user