mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-06 05:29:02 +00:00
18 lines
408 B
CSS
18 lines
408 B
CSS
/*
|
|
* notion-enhancer: truncated titles
|
|
* (c) 2021 admiraldus (https://github.com/admiraldus)
|
|
* (c) 2021 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* (https://notion-enhancer.github.io/) under the MIT license
|
|
*/
|
|
|
|
.truncated_titles--tooltip {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.truncated_titles--tooltip svg {
|
|
margin-right: 0.5em;
|
|
width: 1em;
|
|
height: 1em;
|
|
}
|