minor UI tweaks

This commit is contained in:
sairaj mote 2023-08-03 02:07:07 +05:30
parent b80599138c
commit 257e9d60c5
3 changed files with 5 additions and 5 deletions

View File

@ -656,7 +656,7 @@ h3 {
#user_popup_button {
background-color: rgba(var(--text-color), 0.06);
border-radius: 2rem;
font-size: 0.8rem;
font-size: 0.9rem;
text-overflow: ellipsis;
overflow: hidden;
}
@ -686,7 +686,7 @@ h3 {
cursor: pointer;
align-items: center;
justify-items: center;
padding: 3vw 1rem;
padding: 3vmax 1rem;
}
.drag-drop-container.drag-over, .drag-drop-container:hover {
box-shadow: 0 0 0 0.1rem var(--accent-color);

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -618,7 +618,7 @@ h3 {
#user_popup_button {
background-color: rgba(var(--text-color), 0.06);
border-radius: 2rem;
font-size: 0.8rem;
font-size: 0.9rem;
text-overflow: ellipsis;
overflow: hidden;
}
@ -645,7 +645,7 @@ h3 {
cursor: pointer;
align-items: center;
justify-items: center;
padding: 3vw 1rem;
padding: 3vmax 1rem;
&.drag-over,
&:hover {
box-shadow: 0 0 0 0.1rem var(--accent-color);