diff options
author | 0neGal <mail@0negal.com> | 2022-05-17 01:11:25 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-05-17 01:11:25 +0200 |
commit | bb5446be8164176219784290f18751c6f35c4047 (patch) | |
tree | b47851a63ac338cb5f09170e8d74cc62899566b4 /src/app/main.css | |
parent | 17a0a0e752ef515e4ea1e735e52efdb81d63f7dd (diff) | |
download | Viper-bb5446be8164176219784290f18751c6f35c4047.tar.gz Viper-bb5446be8164176219784290f18751c6f35c4047.zip |
added external link button and changed string
"Info" -> "View", along with a button in the previewer to open the mod
page in the browser if you so choose.
Diffstat (limited to 'src/app/main.css')
-rw-r--r-- | src/app/main.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/app/main.css b/src/app/main.css index e4c6a2c..903c03e 100644 --- a/src/app/main.css +++ b/src/app/main.css @@ -123,10 +123,6 @@ button { width: calc(50% - var(--spacing) * 4); } -.popup#preview #close { - margin: var(--spacing) var(--spacing) 0 auto !important; -} - .popup .misc, .popup #search, .option .actions input { --height: var(--mischeight); } @@ -135,6 +131,10 @@ button { display: flex; } +.popup .misc.vertical { + display: block; +} + .popup .misc.fixed { width: 100%; position: fixed; @@ -177,6 +177,11 @@ button { margin-left: 0px !important; } +.popup#preview #close, +.popup .misc.vertical button { + margin: var(--spacing) var(--spacing) 0 auto !important; +} + .popup .loading { width: 100%; color: white; |