mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +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 {
|
#notification_area {
|
||||||
.pull-right();
|
.pull-right();
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
@ -30,8 +31,12 @@
|
|||||||
.indicator_area();
|
.indicator_area();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal_indicator:before {
|
||||||
|
.fa-fw();
|
||||||
|
}
|
||||||
|
|
||||||
.edit_mode .modal_indicator:before {
|
.edit_mode .modal_indicator:before {
|
||||||
.icon(@fa-var-pencil)
|
.icon(@fa-var-pencil);
|
||||||
}
|
}
|
||||||
|
|
||||||
.command_mode .modal_indicator:before {
|
.command_mode .modal_indicator:before {
|
||||||
|
Loading…
Reference in New Issue
Block a user