1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-06-28 00:27:45 +02:00
blowfish/src/renderer/Layout.module.css

14 lines
216 B
CSS

.app {
padding: 10% 7% 5% 7%;
cursor: default;
transition: 0.15s ease-out;
width: 100%;
height: 100%;
overflow-y: auto;
position: relative;
}
:global(.darwin) .app {
padding-top: calc(35px + 10%);
}