mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
fix modify-readonly btw hidden when upload attachment
This commit is contained in:
@@ -1488,13 +1488,12 @@ h1, h2, h3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#noteTitleDiv {
|
#noteTitleDiv {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 120px;
|
right: 140px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
// border-bottom: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
#noteTitle {
|
#noteTitle {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@@ -1552,7 +1552,7 @@ h3 {
|
|||||||
#noteTitleDiv {
|
#noteTitleDiv {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 120px;
|
right: 140px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
Reference in New Issue
Block a user