1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-13 20:24:06 +00:00

Added copy button to error messages

This commit is contained in:
2023-06-23 21:27:55 +02:00
parent 58dd9de4ba
commit a12417d4e9
3 changed files with 22 additions and 4 deletions

View File

@ -61,7 +61,7 @@
}
li {
display: inline-block;
flex-grow: 1;
flex: 1;
position: relative;
}
@ -101,6 +101,7 @@
border-color: #00008b;
cursor: not-allowed;
}
nav.tabs.multiline button.tab .label {
display: block;
margin-top: 4px;