Skip to content

Commit ebca835

Browse files
committed
update paste_code container css site
1 parent 753ff6b commit ebca835

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

webapp/public/style_domjudge.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,3 +699,25 @@ blockquote {
699699
padding: 3px;
700700
border-radius: 5px;
701701
}
702+
703+
#submissionTabs.container {
704+
display: grid;
705+
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
706+
gap: 10px;
707+
}
708+
709+
.editor-container {
710+
border: 1px solid #ddd;
711+
border-radius: 4px;
712+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
713+
padding: 10px;
714+
margin-top: 10px;
715+
margin-bottom: 10px;
716+
background-color: #fafafa;
717+
max-height: 400px;
718+
overflow: auto;
719+
}
720+
721+
.editor-container:hover {
722+
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
723+
}

0 commit comments

Comments
 (0)