зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1279649 - Rotate inspector-pane-toggle 90 deg for vertical mode. r=ntim
This commit is contained in:
Родитель
33551be142
Коммит
9fc49ca3c9
|
@ -88,8 +88,10 @@
|
|||
background-image: var(--theme-pane-expand-image);
|
||||
}
|
||||
|
||||
/* Rotate button icon 90deg if the toolbox container is
|
||||
in vertical mode (sidebar displayed under the main panel) */
|
||||
@media (max-width: 700px) {
|
||||
#inspector-pane-toggle > .toolbarbutton-icon {
|
||||
#inspector-pane-toggle::before {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче