vault backup: 2024-01-30 17:36:07

Affected files:
.obsidian/snippets/bg4e.css
.obsidian/workspace.json
assets/css/style.scss
This commit is contained in:
Andley Chang 2024-01-30 17:36:07 +08:00
parent e0cfe75e37
commit e820f9db15
3 changed files with 41 additions and 2 deletions

View File

@ -181,3 +181,23 @@ em, .cm-em {
margin: 1.5cm 1cm;
}
}
/*Functional Styling*/
@media (pointer: coarse), (hover: none) {
[title] {
position: relative;
display: inline-flex;
justify-content: center;
}
[title]:focus::after {
content: attr(title);
position: absolute;
top: 90%;
color: #000;
background-color: #fff;
border: 1px solid;
width: fit-content;
padding: 3px;
font-size: 10px;
}

View File

@ -95,8 +95,7 @@
}
],
"direction": "horizontal",
"width": 233.5,
"collapsed": true
"width": 233.5
},
"right": {
"id": "1464b72f66019d33",

View File

@ -129,3 +129,23 @@ ul ul::before {
}
ul ul::before { left: -7px; top: 0; bottom: 0;
}
/*Functional Styling*/
@media (pointer: coarse), (hover: none) {
[title] {
position: relative;
display: inline-flex;
justify-content: center;
}
[title]:focus::after {
content: attr(title);
position: absolute;
top: 90%;
color: #000;
background-color: #fff;
border: 1px solid;
width: fit-content;
padding: 3px;
font-size: 10px;
}