Skip to content

Commit 10afa2b

Browse files
committed
style(gdpr): modal + delete-with-token layout
1 parent b4de452 commit 10afa2b

File tree

1 file changed

+37
-0
lines changed
  • src/static/skins/colibris/src/components

1 file changed

+37
-0
lines changed

src/static/skins/colibris/src/components/popup.css

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,40 @@ html.super-dark-editor #theme-switcher div span {
125125
right: 0;
126126
background-color: var(--primary-color);;
127127
}
128+
129+
130+
/* Pad deletion-token modal + delete-with-token disclosure (GDPR PR1) */
131+
#deletiontoken-modal .popup-content {
132+
max-width: 32rem;
133+
}
134+
135+
#deletiontoken-modal .deletiontoken-row {
136+
display: flex;
137+
gap: 0.5rem;
138+
margin: 1rem 0;
139+
}
140+
141+
#deletiontoken-modal #deletiontoken-value {
142+
flex: 1;
143+
font-family: monospace;
144+
padding: 0.4rem;
145+
user-select: all;
146+
}
147+
148+
#delete-pad-with-token {
149+
margin-top: 0.5rem;
150+
}
151+
152+
#delete-pad-with-token summary {
153+
cursor: pointer;
154+
color: #666;
155+
font-size: 0.9rem;
156+
}
157+
158+
#delete-pad-with-token input {
159+
margin: 0.5rem 0;
160+
width: 100%;
161+
font-family: monospace;
162+
padding: 0.4rem;
163+
}
164+

0 commit comments

Comments
 (0)