generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
42 lines (38 loc) · 750 Bytes
/
styles.css
File metadata and controls
42 lines (38 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.ai-container {
display: flex;
flex-direction: column;
padding: 30px 20px 100px 20px;
border-radius: 5px;
height: 87vh;
}
#CWNHeadding {
padding: 20px 30px;
font-size: 2.4em;
margin-top: 5px;
position: absolute !important;
margin-bottom: 50px;
}
.ai-container textarea {
border: 1px solid #ccc;
padding: 3px 5%;
margin-bottom: 35px;
height: 65px;
width: 67%;
box-sizing: border-box;
position: absolute;
bottom: 5px;
font-size: 1.1em;
}
.ai-copyable {
margin-top: -30px;
margin-bottom: 50px;
position: relative;
overflow-wrap: break-word;
cursor: auto;
overflow-y: auto;
}
.ai-copyable p {
background: #38383f;
padding: 0.3em;
border-radius: 4px;
}