notion-enhancer/mods/view-scale/app.css
2021-07-10 23:32:25 +08:00

44 lines
862 B
CSS

/*
* view-scale
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (c) 2020 SP12893678
* under the MIT license
*/
.notion-topbar-actions{
display: flex;
align-items: center !important;
justify-content: center;
}
.notion-scale-contaienr{
border: 1px solid rgba(200, 200, 200, 0.5);
border-radius: 8px !important;
display: flex;
align-items: center;
justify-content: center;
margin: 0px 2px;
}
.notion-scale-contaienr div{
margin: 2px 2px;
cursor: pointer;
}
.notion-scale-view{
font-size: 12px;
font-weight: bold;
}
.notion-scale-button{
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: bold;
width: 30px;
height: 30px;
border-radius: 8px;
background: var(--theme--interactive_hover);
}