mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix title border issue with small screens
This commit is contained in:
parent
11493f27af
commit
61df9d5254
@ -483,6 +483,7 @@
|
||||
height: @toolbar_line-height;
|
||||
box-sizing: border-box;
|
||||
line-height: @toolbar_line-height;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.cp-toolbar-title-readonly {
|
||||
font-size: 14px;
|
||||
@ -490,7 +491,7 @@
|
||||
.cp-toolbar-title-value {
|
||||
padding: 5px;
|
||||
line-height: @toolbar_line-height - 10px;
|
||||
border: 0;
|
||||
//border: 0;
|
||||
}
|
||||
.cp-toolbar-title-edit, .cp-toolbar-title-save {
|
||||
box-sizing: border-box;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user