With this style , you can effectively use more space in the mail page of Outlook.com.
このスタイルを使うと、Outlook.comのメールページでより多くのスペースを有効活用できます。
Authornoritaro
LicenseCC BY-NC-SA
Categorylive.com
Created
Updated
Size2.8 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
With this style , you can effectively use more space in the mail page of Outlook.com.
このスタイルを使うと、Outlook.comのメールページでより多くのスペースを有効活用できます。
/* ==UserStyle==
@name Smart Outlook.com
@version 20220819.11.53
@namespace userstyles.world/user/noritaro
@description With this style , you can effectively use more space in the mail page of Outlook.com.
このスタイルを使うと、Outlook.comのメールページでより多くのスペースを有効活用できます。
@author noritaro
@license CC BY-NC-SA
==/UserStyle== */
/*
// https://userstyles.org/styles/112145/smart-outlook-com
// https://greasyfork.org/ja/scripts/9981-smart-outlook-com
// This style was created based on the Outlook.com Tidy by BoffinbraiN.
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("live.com") {
/* Hide right panel and footer */
#RightRailContainer {display:none !important;}
.FooterContainer {height:0 !important;}
#MainContent {right:0 !important; bottom:0 !important;}
/* Compact Inbox */
.InboxTableBody > li {height:auto !important; font-size:90% !important;}
.InboxTableBody > li > * {height:auto !important; padding-top:1px !important;}
.InboxTableBody .Ck {position:relative !important; top:1px !important;}
.InboxTableBody .Fm img {margin-top:1px !important;}
/* Compact Folder Lists */
ul.LeftNav > li > * {min-height:0 !important;}
ul.LeftNav > li > * > span {line-height:1.3em !important; top:-2px !important;}
/* Hide right panel and footer (2015) */
.ContentRight {right:0 !important; bottom:0 !important;}
.c-PageFooter {height:0 !important;}
.ContentRightInner {bottom:0 !important;}
/* Compact Folder Lists (2015) */
ul.indentedleftnavlist > li > * {min-height:0 !important;}
ul.indentedleftnavlist > li > * > span {line-height:1.3em !important; top:-2px !important; font-size:90% !important;}
/* Adjust the order of overlapping (2015) */
div.rmTop.t_mbgc {z-index:1 !important;}
ul.c_m {z-index:2 !important;}
/* Hide right panel (2016) */
div._n_h {width:0 !important;}
div#primaryContainer > div {right:0 !important;}
/* Compact Inbox (2016) */
._lvv_11 ._lvv_t {height:72px !important;}
._lvv_11 ._lvv_x {height:71px !important;}
/* Hide right panel (2017 beta) */
div#app>div>div:nth-of-type(2)>div>div:nth-of-type(1)>div:nth-of-type(4) {width:0 !important;}
/* Hide right panel (2020) */
div#app>div>div:nth-of-type(2)>div:nth-of-type(1)>div>div>div>div:nth-of-type(4) {width:0 !important;}
/* Hide right panel (2021) */
div#app>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(1)>div>div>div:nth-of-type(4) {width:0 !important;}
div#app>div>div:nth-of-type(2)>div:nth-of-type(2)>div:nth-of-type(2)>div>div>div:nth-of-type(4) {width:0 !important;}
/* Hide right panel (2022) */
div#MainModule>div>div>div:nth-last-of-type(1) {width:0 !important;}
}