mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Style fixes for WebKit
This commit is contained in:
parent
e2077ad9c6
commit
29fa0f2b28
2 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,7 @@ main, .navContainer {
|
|||
left: 0;
|
||||
display: flex;
|
||||
align-items: start;
|
||||
justify-content: end;
|
||||
justify-content: flex-end;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -85,6 +85,8 @@ header select.documentBranch {
|
|||
border: 1px dashed #efdddd;
|
||||
cursor: pointer;
|
||||
padding: 0 5px;
|
||||
text-align: center;
|
||||
text-align-last: center;
|
||||
}
|
||||
|
||||
header select.documentBranch:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue