mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
revert the taskbar icon size change (#3306)
This commit is contained in:
@@ -19,8 +19,7 @@
|
|||||||
.carbon-taskbar {
|
.carbon-taskbar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 10px 0px 10px 0px;
|
margin: 2px 0px 2px 0px;
|
||||||
font-size: 12px !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.carbon-taskbar.monaco-toolbar .monaco-action-bar.animated .actions-container {
|
.carbon-taskbar.monaco-toolbar .monaco-action-bar.animated .actions-container {
|
||||||
@@ -48,8 +47,7 @@
|
|||||||
.carbon-taskbar .action-label {
|
.carbon-taskbar .action-label {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 0% 50%;
|
background-position: 0% 50%;
|
||||||
padding-left: 20px;
|
padding-left: 15px;
|
||||||
font-size: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.carbon-taskbar .action-item-label {
|
.carbon-taskbar .action-item-label {
|
||||||
@@ -84,5 +82,5 @@
|
|||||||
/* Taskbar Icons */
|
/* Taskbar Icons */
|
||||||
|
|
||||||
.carbon-taskbar .icon {
|
.carbon-taskbar .icon {
|
||||||
background-size: 16px;
|
background-size: 11px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user