mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
ui: change a bit the architecture of sidediv line number
So we can easily customize with plugins, such as ep_author_neat
This commit is contained in:
parent
a522db3ef4
commit
9587c1c673
3 changed files with 10 additions and 10 deletions
|
@ -106,12 +106,12 @@ body.doesWrap:not(.noprewrap) > div {
|
|||
#sidediv:not(.sidedivdelayed) { /* before sidediv get initialized, hide text */
|
||||
color: transparent;
|
||||
}
|
||||
#sidediv.sidedivhidden {
|
||||
/* Do not use display: none to hide the sidediv, otherwise the parent container does not
|
||||
get its height properly calculated by flexboxes */
|
||||
visibility: hidden;
|
||||
width: 0;
|
||||
padding: 0;
|
||||
.line-numbers-hidden #sidediv .line-number {
|
||||
display: none;
|
||||
}
|
||||
#sidediv:not(.authorColors) #sidedivinner>div:before {
|
||||
content: none !important;
|
||||
}
|
||||
}
|
||||
#linemetricsdiv {
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue