mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
13 lines
215 B
CSS
13 lines
215 B
CSS
/*
|
|
* panel sites
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* (c) 2020 CloudHill
|
|
* under the MIT license
|
|
*/
|
|
|
|
.panel-site {
|
|
border: none;
|
|
flex: 1;
|
|
background: white;
|
|
}
|