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