repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
pass
/
components
/
Layout
/
Section
/
Content.scss
blob
d846e63f2521a6db1950dd3514d5f3bf43f1bf43
1
#content {
2
inline-size: 59.67%;
3
block-size: 100%;
4
flex-shrink: 0;
5
background-color: var(--background-norm);
6
border-inline-start: 1px solid var(--border-weak);
7
8
// When the Content is empty, hide it completely
9
// let the sidebar take full-width.
10
&:empty {
11
display: none;
12
}
13
}