mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-04 23:59:29 +00:00
deploy: f7dd2b5ce7
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.search button{margin-top:3px;cursor:pointer;border:none;background:var(--color-dark);fill:#fff;fill:var(--dark-mode-and-search-icon-color)}.search button:focus{outline:none}.popup-wrapper{min-width:calc(100% - 322px) !important;border:1px solid rgba(255,255,255,.2) !important;background-color:#27282c !important}.popup-wrapper [class^=filterWrapper]{border-bottom:1px solid rgba(255,255,255,.2)}.popup-wrapper input{color:rgba(255,255,255,.8) !important;font-weight:normal !important}.popup-wrapper span[data-test-custom=ring-select-popup-filter-icon]{color:#fff}.popup-wrapper button[data-test=ring-input-clear]{color:#fff !important}@media screen and (max-width: 759px){.popup-wrapper{min-width:100% !important}}.template-wrapper{display:grid;height:32px;grid-template-columns:auto auto}.template-wrapper strong{color:rgba(255,255,255,.8)}.template-wrapper span{color:rgba(255,255,255,.8);line-height:32px}.template-wrapper span.template-description{color:rgba(255,255,255,.6);justify-self:end}@media screen and (max-width: 759px){.template-wrapper{display:flex;flex-direction:column;height:auto}.template-wrapper span{line-height:unset}}.template-name{justify-self:start}[class^=fade]{display:none}[class*=hover]{background-color:rgba(255,255,255,.1) !important}
|
||||
.search button{margin-top:10px;cursor:pointer;border:none;background:var(--color-dark);fill:#fff;fill:var(--dark-mode-and-search-icon-color)}.search button:focus{outline:none}.popup-wrapper{min-width:calc(100% - 322px) !important;border:1px solid rgba(255,255,255,.2) !important;background-color:#27282c !important}.popup-wrapper [class^=filterWrapper]{border-bottom:1px solid rgba(255,255,255,.2)}.popup-wrapper input{color:rgba(255,255,255,.8) !important;font-weight:normal !important}.popup-wrapper span[data-test-custom=ring-select-popup-filter-icon]{color:#fff}.popup-wrapper button[data-test=ring-input-clear]{color:#fff !important}@media screen and (max-width: 759px){.popup-wrapper{min-width:100% !important}}.template-wrapper{display:grid;height:32px;grid-template-columns:auto auto}.template-wrapper strong{color:rgba(255,255,255,.8)}.template-wrapper span{color:rgba(255,255,255,.8);line-height:32px}.template-wrapper span.template-description{color:rgba(255,255,255,.6);justify-self:end}@media screen and (max-width: 759px){.template-wrapper{display:flex;flex-direction:column;height:auto}.template-wrapper span{line-height:unset}}.template-name{justify-self:start}[class^=fade]{display:none}[class*=hover]{background-color:rgba(255,255,255,.1) !important}
|
||||
/* stylelint-disable color-no-hex */
|
||||
|
||||
:root {
|
||||
|
@@ -146,6 +146,10 @@ html ::-webkit-scrollbar-thumb {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.breadcrumbs .delimiter {
|
||||
margin: auto 2px;
|
||||
}
|
||||
|
||||
.tabs-section > .section-tab:first-child,
|
||||
.platform-hinted > .platform-bookmarks-row > .platform-bookmark:first-child {
|
||||
margin-left: 0;
|
||||
@@ -297,6 +301,7 @@ code.paragraph {
|
||||
}
|
||||
|
||||
.overview > .navButton {
|
||||
position: absolute;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
@@ -429,6 +434,7 @@ code.paragraph {
|
||||
align-items: center;
|
||||
color: var(--default-font-color);
|
||||
overflow: hidden;
|
||||
padding-left: 23px;
|
||||
}
|
||||
|
||||
|
||||
@@ -880,7 +886,17 @@ td.content {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.table-row .with-platform-tabs .sourceset-depenent-content .brief {
|
||||
.parameters.wrapped > .parameter {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.table-row .inline-comment {
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.table-row .with-platform-tabs .sourceset-depenent-content .brief,
|
||||
.table-row .with-platform-tabs .sourceset-depenent-content .inline-comment {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user