mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-24 03:56:30 +00:00
20 lines
391 B
CSS
20 lines
391 B
CSS
.body {
|
|
white-space: pre-wrap;
|
|
font-size: var(--font-size-medium);
|
|
padding: 20px;
|
|
padding-top: 45px;
|
|
overflow-wrap: break-word;
|
|
overflow-y: auto;
|
|
height: 100%;
|
|
justify-content: center;
|
|
}
|
|
|
|
.header-right {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: end;
|
|
align-items: center;
|
|
gap: 8px;
|
|
right: 250px;
|
|
} |