mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Used fa-fw to force mode indicator as fixed width.
This commit is contained in:
parent
6d248f258a
commit
5f72e00dd7
@ -1,3 +1,4 @@
|
||||
|
||||
#notification_area {
|
||||
.pull-right();
|
||||
z-index: 10;
|
||||
@ -30,8 +31,12 @@
|
||||
.indicator_area();
|
||||
}
|
||||
|
||||
.modal_indicator:before {
|
||||
.fa-fw();
|
||||
}
|
||||
|
||||
.edit_mode .modal_indicator:before {
|
||||
.icon(@fa-var-pencil)
|
||||
.icon(@fa-var-pencil);
|
||||
}
|
||||
|
||||
.command_mode .modal_indicator:before {
|
||||
|
Loading…
Reference in New Issue
Block a user