1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

refactor(UI): minor UI improvements

This commit is contained in:
2021-06-29 23:31:18 +02:00
parent 2d278aa14e
commit 51db2795bb
6 changed files with 27 additions and 19 deletions

View File

@ -138,6 +138,7 @@ body {
.tab-link {
min-width: 0;
transition: color 0.2s;
}
&.active {
@ -237,3 +238,23 @@ body {
visibility: hidden;
}
}
.table-dropdown {
.menu {
min-width: 100%;
padding: 0;
.menu-item {
padding: 0;
> a {
margin: 0.2rem;
padding: 0.1rem 0.3rem;
&:hover {
color: inherit;
}
}
}
}
}

View File

@ -266,7 +266,7 @@
}
.editor-col {
border-left: 2px solid $bg-color-light-dark;
border-left: 0.05rem solid rgba($bg-color-light-dark, 60%);
}
.table {

View File

@ -98,7 +98,7 @@
}
.editor-col {
border-left: 2px solid darken($bg-color-light-gray, 15%);
border-left: 0.05rem solid darken($bg-color-light-gray, 15%);
}
.file-uploader {